=================================================================== RCS file: /cvs/mandoc/Attic/mdocml.css,v retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- mandoc/Attic/mdocml.css 2008/12/07 21:30:49 1.7 +++ mandoc/Attic/mdocml.css 2008/12/10 12:05:33 1.8 @@ -1,7 +1,7 @@ body { margin: 10px; font-family: Tahoma, sans-serif; font-size: small; } - h1 { font-size: medium; } + h1 { font-size: small; } h2 { font-size: small; } div.mdoc { width: 600px; } div.block-Sh { margin-bottom: 20px; } @@ -11,6 +11,8 @@ div.body-Sh { margin-left: 20px; margin-top: 10px; text-align: justify; } + table.header-table { margin-bottom: 10px; } + td.header-section { text-transform: uppercase; } span.inline-Nd:before { content: ' \2014 '; } span.inline-Fl:before { content: '-'; } span.inline-Fl { font-weight: bolder; }