From f7431af308a9b36d1323ff380344cb3092786e19 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 1 Oct 2008 16:49:56 -0400 Subject: [PATCH] add padding between inlined page title and content Some aggregated contents do not include a span element, so there was zero padding without this. --- doc/style.css | 4 ++++ 1 file changed, 4 insertions(+) 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; -- 2.39.2