=================================================================== RCS file: /cvs/mandoc/Attic/style.css,v retrieving revision 1.1 retrieving revision 1.4 diff -u -p -r1.1 -r1.4 --- mandoc/Attic/style.css 2009/02/23 15:19:47 1.1 +++ mandoc/Attic/style.css 2009/06/25 08:42:06 1.4 @@ -31,7 +31,8 @@ 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; } @@ -39,6 +40,10 @@ 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; text-align: right; } @@ -50,3 +55,4 @@ div.foot { border-top: 1px dotted #cccccc; a.external { background: transparent url(external.png) center right no-repeat; padding-right: 12px; } +td.zebra { background-color: #eeeeee; }