diff options
author | Amitai Schlair <schmonz-web-ikiwiki@schmonz.com> | 2013-02-21 00:45:10 -0500 |
---|---|---|
committer | Amitai Schlair <schmonz-web-ikiwiki@schmonz.com> | 2013-02-21 00:45:10 -0500 |
commit | 984f2ab952cb97990fc0d2460c2e335127a73491 (patch) | |
tree | ba3820cea851d3ee2dc21c372386ec3f7ccfc945 /doc/style.css | |
parent | 9f025a7ac0769d9bd6e2a24e46f4a2bd82194e48 (diff) | |
download | ikiwiki-984f2ab952cb97990fc0d2460c2e335127a73491.tar ikiwiki-984f2ab952cb97990fc0d2460c2e335127a73491.tar.gz |
Style enclosures like content.
Diffstat (limited to 'doc/style.css')
-rw-r--r-- | doc/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/style.css b/doc/style.css index 424d43816..81b6a0a28 100644 --- a/doc/style.css +++ b/doc/style.css @@ -58,7 +58,8 @@ nav { border-bottom: 1px solid #000; } -.inlinecontent { +.inlinecontent, +.inlineenclosure { margin-top: .4em; } |