ENH: Revamped docs generation
[freefoam.git] / doc / css / xhtml11-manpage.css
blob3ea378a1bfe90e373baf2a094a4c769182e8a246
1 /* Overrides for manpage documents */
2 h1 {
3 padding-top: 0.5em;
4 padding-bottom: 0.5em;
5 border-top: 2px solid silver;
6 border-bottom: 2px solid silver;
8 h2 {
9 border-style: none;
11 div.sectionbody {
12 margin-left: 5%;
15 @media print {
16 div#toc { display: none; }