From 28889ab8a0095026fd2588ffb8f6645d251195f0 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Sun, 19 Sep 2021 02:40:08 -0600 Subject: [PATCH] add margin above section body in man page --- src/css/doc.css | 4 ++++ 1 file changed, 4 insertions(+) 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; -- 2.11.0