diff options
author | Jonas Smedegaard <dr@jones.dk> | 2014-04-27 15:51:00 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2014-04-27 16:04:54 +0200 |
commit | ac11c1f4e5d635594e839ded927e3a76c9d7b772 (patch) | |
tree | ffab6869cb12bbd3809107c72b4d48a52a050bea | |
parent | 98a4c5c36834db9d68adbfe24e76c27ef81c33cb (diff) |
Drop image horisontal margin, and fixate its size (with rhythm) in farbar.
-rw-r--r-- | style.scss | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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; |