summaryrefslogtreecommitdiff
path: root/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'style.scss')
-rw-r--r--style.scss6
1 files changed, 4 insertions, 2 deletions
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;