diff options
author | Daniel Friesel <derf@finalrewind.org> | 2021-04-08 12:10:26 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2021-04-08 12:10:26 +0200 |
commit | 82e9fcab440e4f00b0257b60c254bc8f4c4af16b (patch) | |
tree | 3c4cd642068a944f4dd5feeb61c9da5ea94080d7 /share | |
parent | 4a1125ba1b5bc8490406f81c35545efe29454b87 (diff) | |
parent | aa76f442a611c7fe60bb0d8bfa53fcc334d2dda8 (diff) |
Diffstat (limited to 'share')
-rw-r--r-- | share/css/main.css | 9 |
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 */; +} |