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.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/share/css/main.css b/share/css/main.css
index ca5e293..d3795ee 100644
--- a/share/css/main.css
+++ b/share/css/main.css
@@ -10,8 +10,8 @@ div.image-container {
text-align: center;
font-size: 80%;
float: left;
- width: 275.0px;
- height: 275.0px;
+ width: /* $boxwidth */;
+ height: /* $boxheight */;
}
div.image-container a {
@@ -19,8 +19,8 @@ div.image-container a {
}
div.image-container img {
- max-width: 250px;
- max-height: 250px;
+ max-width: /* $imgwidth */;
+ max-height: /* $imgheight */;
}
div.image-page {