projects
/
working
/
eg-antora.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2adb8a7
)
add margin above section body in man page
author
Dan Allen
<dan@opendevise.com>
Sun, 19 Sep 2021 08:40:08 +0000
(
02:40
-0600)
committer
Dan Allen
<dan@opendevise.com>
Sun, 19 Sep 2021 08:40:08 +0000
(
02:40
-0600)
src/css/doc.css
patch
|
blob
|
history
diff --git
a/src/css/doc.css
b/src/css/doc.css
index
33fb21e
..
ebf288f
100644
(file)
--- 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;