From: Dan Allen Date: Sun, 19 Sep 2021 08:40:08 +0000 (-0600) Subject: add margin above section body in man page X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=28889ab8a0095026fd2588ffb8f6645d251195f0;p=eg-antora.git add margin above section body in man page --- diff --git a/src/css/doc.css b/src/css/doc.css index 33fb21e..ebf288f 100644 --- a/src/css/doc.css +++ b/src/css/doc.css @@ -46,6 +46,10 @@ margin-top: -0.5rem; } +.doc > h2#name + .sectionbody { + margin-top: 1rem; +} + #preamble + .sect1, .doc .sect1 + .sect1 { margin-top: 2rem;