=================================================================== RCS file: /cvs/mandoc/Attic/example.style.css,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- mandoc/Attic/example.style.css 2009/10/03 15:26:26 1.11 +++ mandoc/Attic/example.style.css 2009/10/04 09:02:40 1.12 @@ -1,13 +1,11 @@ div.body { font-family: monospace; min-width: 580px; width: 580px; } /* Top-most div tag. */ -span.sec-head { font-weight: bold; } /* Sections (Sh). */ -div.sec-head { } +div.sec-head { font-weight: bold; } /* Sections (Sh). */ div.sec-body { } div.sec-block { } -span.ssec-head { font-weight: bold; } /* Sub-sections (Ss). */ -div.ssec-head { } +div.ssec-head { font-weight: bold; } /* Sub-sections (Ss). */ div.ssec-body { } div.ssec-block { }