summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--style.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/style.scss b/style.scss
index 439778a..8532dcd 100644
--- a/style.scss
+++ b/style.scss
@@ -77,7 +77,7 @@ body {
}
img.img {
- margin: rhythm(.5);
+ margin: rhythm(.5) 0;
}
// shell
@@ -333,6 +333,10 @@ div.farbar {
}
}
+.farbar img.img {
+ height: (rhythm(7) - $base-leader);
+ width: auto;
+}
// layout - print styles
@include ikiwiki-site-print;