From 737c3c3140a4cb03b370eb09cc65caac899a2f9d Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Tue, 21 Jan 2014 13:05:42 +0100 Subject: Avoid general img directive styling (but preserve styling specific of captions). --- style.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/style.scss b/style.scss index 0c4a8bc..ea1c755 100644 --- a/style.scss +++ b/style.scss @@ -10,13 +10,18 @@ @include ikiwiki-pre; // generic styles @include ikiwiki-lists; -@include ikiwiki-plugin-img; @include ikiwiki-feedbutton; @include ikiwiki-forms; @include ikiwiki-alignment; @include ikiwiki-debug; @include ikiwiki-plugin-highlight; @include ikiwiki-plugin-color; +// from excluded ikiwiki-plugin-img +.img caption { + font-size: 80%; + caption-side: bottom; + text-align: center; +} // shell // layout @include ikiwiki-site; -- cgit v1.2.3