From: Joey Hess Date: Wed, 1 Oct 2008 20:49:56 +0000 (-0400) Subject: add padding between inlined page title and content X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/f7431af308a9b36d1323ff380344cb3092786e19?hp=6310b05e2286f6d5aed2c9c504d99a1b118ddbd3 add padding between inlined page title and content Some aggregated contents do not include a span element, so there was zero padding without this. --- diff --git a/doc/style.css b/doc/style.css index 595a38dfa..5787ef65e 100644 --- a/doc/style.css +++ b/doc/style.css @@ -30,6 +30,10 @@ border-bottom: 0; } +div.inlinecontent { + margin-top: .4em; +} + .actions li { display: inline; padding: .2em .4em;