From 5037ccbab82a1959e7be3e1b33fdfed5d616dc87 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Tue, 21 Jan 2014 11:36:15 +0100 Subject: Image margins in em, decrease caption margin-top. --- style.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.scss b/style.scss index 97eeb93..c968ec5 100644 --- a/style.scss +++ b/style.scss @@ -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 { -- cgit v1.2.3