summaryrefslogtreecommitdiff
path: root/share/css/main.css
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2021-04-08 12:10:26 +0200
committerDaniel Friesel <derf@finalrewind.org>2021-04-08 12:10:26 +0200
commit82e9fcab440e4f00b0257b60c254bc8f4c4af16b (patch)
tree3c4cd642068a944f4dd5feeb61c9da5ea94080d7 /share/css/main.css
parent4a1125ba1b5bc8490406f81c35545efe29454b87 (diff)
parentaa76f442a611c7fe60bb0d8bfa53fcc334d2dda8 (diff)
Merge branch 'master' of epicentre:var/source/dthumbHEADmaster
Diffstat (limited to 'share/css/main.css')
-rw-r--r--share/css/main.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/share/css/main.css b/share/css/main.css
index 5554843..ad451ad 100644
--- a/share/css/main.css
+++ b/share/css/main.css
@@ -2,10 +2,15 @@ div.image-container {
text-align: center;
font-size: 80%;
float: left;
- width: /* $width */;
- height: /* $height */;
+ width: /* $boxwidth */;
+ height: /* $boxheight */;
}
div.image-container a {
text-decoration: none;
}
+
+div.image-container img {
+ max-width: /* $imgwidth */;
+ max-height: /* $imgheight */;
+}