From 4ca1c30e999f1070397ee4e5f2337ed21896f469 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Mon, 4 Sep 2017 16:26:39 +0200 Subject: Fix (hopefully) image classes. --- style.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'style.scss') diff --git a/style.scss b/style.scss index d0b3f5d..853dc34 100644 --- a/style.scss +++ b/style.scss @@ -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; -- cgit v1.2.3