Skip to content

Commit c109751

Browse files
committed
add top margin to section body of NAME section in man page
1 parent 14c84e5 commit c109751

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/css/doc.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@
4848
margin-top: -0.5rem;
4949
}
5050

51+
.doc > h2#name + .sectionbody {
52+
margin-top: 1rem;
53+
}
54+
5155
#preamble + .sect1,
5256
.doc .sect1 + .sect1 {
5357
margin-top: 2rem;

0 commit comments

Comments
 (0)