=================================================================== RCS file: /cvs/mandoc/Attic/style.css,v retrieving revision 1.1 retrieving revision 1.3 diff -u -p -r1.1 -r1.3 --- mandoc/Attic/style.css 2009/02/23 15:19:47 1.1 +++ mandoc/Attic/style.css 2009/04/05 16:34:22 1.3 @@ -31,13 +31,18 @@ h3 { font-size: small; margin-bottom: 0px; font-family: Verdana, Tahoma, Arial, sans-serif; } -span.man { color: #000000; border-bottom: 1px dotted #999999; } +a.man { text-decoration: none; + border-bottom: 1px dotted #999999; } span.path { color: #000000; } span.nm { color: #000000; font-weight: bold; } span.attn { color: #000000; font-weight: bold; } + +span.fl { font-weight: bold; } + +span.ar { text-decoration: underline; } div.head { border-bottom: 1px dotted #cccccc; padding-bottom: 5px;