summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2014-04-27 15:51:00 +0200
committerJonas Smedegaard <dr@jones.dk>2014-04-27 16:04:54 +0200
commitac11c1f4e5d635594e839ded927e3a76c9d7b772 (patch)
treeffab6869cb12bbd3809107c72b4d48a52a050bea
parent98a4c5c36834db9d68adbfe24e76c27ef81c33cb (diff)
Drop image horisontal margin, and fixate its size (with rhythm) in farbar.
-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;