=================================================================== RCS file: /cvs/mandoc/Attic/style.css,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- mandoc/Attic/style.css 2009/09/21 13:44:56 1.8 +++ mandoc/Attic/style.css 2009/09/21 23:12:08 1.9 @@ -10,11 +10,11 @@ span.arg { font-style: italic; } span.config { font-weight: bold; } span.diag { font-weight: bold; } span.emph { font-style: italic; } -span.farg { font-style: underline; } +span.farg { text-decoration: underline; } span.file { font-style: italic; } span.flag { font-weight: bold; } span.name { font-weight: bold; } -span.type { font-weight: italic; } +span.type { font-style: italic; } span.utility { font-weight: bold; } table.header { border-bottom: 1px dotted #cccccc; } table.footer { border-top: 1px dotted #cccccc; }