diff options
author | Siri Reiter <siri@jones.dk> | 2017-09-04 16:26:39 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2017-09-04 16:26:39 +0200 |
commit | 4ca1c30e999f1070397ee4e5f2337ed21896f469 (patch) | |
tree | d0afaa4fcb15f5768369526316441b8e46f5abca /style.scss | |
parent | ecb9f0dde97f4aaf9cf1cd2712355cab8ab3aaa2 (diff) |
Fix (hopefully) image classes.
Diffstat (limited to 'style.scss')
-rw-r--r-- | style.scss | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -272,6 +272,7 @@ body { margin-left: 0; text-align: center; } + //General image behaviour. img { float: left; @@ -328,11 +329,12 @@ img.tall { max-width: 108px; } //Thumbnails for inline lists on overview pages. -#inlinecontent img.overview { +.inlinecontent img.overview { width: 200px; + height: auto; } //Images in inline lists on the blog. -#inlinecontent img.blog { +.inlinecontent img.blog { width: 500px; display: block; float: none; |