=================================================================== RCS file: /cvs/mandoc/Attic/style.css,v retrieving revision 1.9 retrieving revision 1.10 diff -u -p -r1.9 -r1.10 --- mandoc/Attic/style.css 2009/09/21 23:12:08 1.9 +++ mandoc/Attic/style.css 2009/09/24 09:20:02 1.10 @@ -7,15 +7,20 @@ span.sec-head { font-weight: bold; color: blue; } span.ssec-head { font-weight: bold; color: blue; } span.addr { text-decoration: underline; } span.arg { font-style: italic; } +span.cmd { font-weight: bold; } span.config { font-weight: bold; } span.diag { font-weight: bold; } span.emph { font-style: italic; } span.farg { text-decoration: underline; } +span.fname { font-style: italic; } span.file { font-style: italic; } span.flag { font-weight: bold; } +span.includes { font-weight: bold; } span.name { font-weight: bold; } span.type { font-style: italic; } span.utility { font-weight: bold; } +span.var { font-weight: bold; } + table.header { border-bottom: 1px dotted #cccccc; } table.footer { border-top: 1px dotted #cccccc; }