From 2c93b349e49e321f8bc65f17f3337324676fe1d4 Mon Sep 17 00:00:00 2001
From: Daniel Friesel <derf@finalrewind.org>
Date: Sun, 18 Apr 2021 10:36:51 +0200
Subject: initial commit

---
 share/css/main.css | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 share/css/main.css

(limited to 'share/css/main.css')

diff --git a/share/css/main.css b/share/css/main.css
new file mode 100644
index 0000000..ad451ad
--- /dev/null
+++ b/share/css/main.css
@@ -0,0 +1,16 @@
+div.image-container {
+	text-align: center;
+	font-size: 80%;
+	float: left;
+	width: /* $boxwidth */;
+	height: /* $boxheight */;
+}
+
+div.image-container a {
+	text-decoration: none;
+}
+
+div.image-container img {
+	max-width: /* $imgwidth */;
+	max-height: /* $imgheight */;
+}
-- 
cgit v1.2.3