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.css10
1 files changed, 5 insertions, 5 deletions
diff --git a/share/css/main.css b/share/css/main.css
index 9bfb229..3931a65 100644
--- a/share/css/main.css
+++ b/share/css/main.css
@@ -14,10 +14,9 @@ h1 {
div.image-container {
text-align: center;
- font-size: 80%;
float: left;
- width: /* $boxwidth */;
- height: /* $boxheight */;
+ padding-left: 0.15em;
+ padding-right: 0.15em;
}
div.image-list-end {
@@ -29,8 +28,9 @@ div.image-container a {
}
div.image-container img {
- max-width: /* $imgwidth */;
- max-height: /* $imgheight */;
+ height: /* $imgheight */;
+ margin: 0;
+ padding: 0;
}
div.image-page {