From 98a4c5c36834db9d68adbfe24e76c27ef81c33cb Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Sun, 27 Apr 2014 15:14:10 +0200 Subject: Replace ikiwiki-plugin-img with local copy that uses rhythm for img.img margin. --- style.scss | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/style.scss b/style.scss index 3b4dde1..439778a 100644 --- a/style.scss +++ b/style.scss @@ -63,13 +63,23 @@ body { // 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; + +.img caption { + font-size: 80%; + caption-side: bottom; + text-align: center; +} + +img.img { + margin: rhythm(.5); +} + // shell // layout // layout - main content -- cgit v1.2.3