diff options
-rw-r--r-- | style.scss | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -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 |