diff options
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; |