summaryrefslogtreecommitdiff
path: root/share/css/main.css
diff options
context:
space:
mode:
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 */;
+}