diff options
author | Siri Reiter <siri@jones.dk> | 2014-01-21 11:36:15 +0100 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2014-01-21 11:36:15 +0100 |
commit | 5037ccbab82a1959e7be3e1b33fdfed5d616dc87 (patch) | |
tree | 623bfdb3c65559310408b2198468568a209887a3 | |
parent | 5fa6b4b908de3085d39f5095eb58c7b25a1567b7 (diff) |
Image margins in em, decrease caption margin-top.
-rw-r--r-- | style.scss | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -179,13 +179,14 @@ img { // Override _ikiwiki.style.css img.img { - margin: 0 5% 1% 0; + margin: 0 1em 1em 0; } .img caption { text-align: left; line-height: 175%; margin-bottom: 1.5em; + margin-top: -1em; } #content img.deco { |