From 81d84bb55f3fe3f408cb9caee2dbd93b6f8f32ff Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Tue, 21 Jan 2014 11:31:23 +0100 Subject: Override ikiwiki styling image margin. Caption stylin. --- style.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/style.scss b/style.scss index 38b8a47..72cf23b 100644 --- a/style.scss +++ b/style.scss @@ -56,6 +56,11 @@ ul { margin-bottom: 1.2em; } +blockquote { + font-style: italic; + margin: 1em; +} + body { margin: 0; background-color: white; @@ -171,6 +176,12 @@ img { max-width: 100%; height: auto; } + +// Override _ikiwiki.style.css +img.img { + margin: 0 5% 5% 0; +} + .img caption { text-align: left; line-height: 175%; -- cgit v1.2.3