diff options
Diffstat (limited to 'style.scss')
-rw-r--r-- | style.scss | 22 |
1 files changed, 8 insertions, 14 deletions
@@ -16,11 +16,17 @@ @include ikiwiki-debug; @include ikiwiki-plugin-highlight; @include ikiwiki-plugin-color; -// from excluded ikiwiki-plugin-img +// based on ikiwiki-plugin-img +// - img.img styling +// + left-aligned +// + vertical margin +// + line-height .img caption { + margin: -1em 0 1.5em; + line-height: 175%; font-size: 80%; caption-side: bottom; - text-align: center; + text-align: left; } // shell // layout @@ -213,18 +219,6 @@ img { height: auto; } -// Override _ikiwiki.style.css -img.img { - margin: 0 1em 1em 0; -} - -.img caption { - text-align: left; - line-height: 175%; - margin-bottom: 1.5em; - margin-top: -1em; -} - #content img.deco { display: block; clear: both; |