=================================================================== RCS file: /cvs/mandoc/Attic/index.css,v retrieving revision 1.6 retrieving revision 1.8 diff -u -p -r1.6 -r1.8 --- mandoc/Attic/index.css 2010/07/27 08:50:16 1.6 +++ mandoc/Attic/index.css 2010/12/20 13:57:49 1.8 @@ -1,6 +1,6 @@ body { color: #333333; - font-size: smaller; - font-family: Verdana, Tahoma, Arial, sans-serif; } + font-size: 0.93em; + font-family: Times, sans-serif; } table.frame { max-width: 800px; padding-right: 2em; @@ -22,6 +22,8 @@ h2 { font-weight: bold; font-family: Verdana, Tahoma, Arial, sans-serif; } span.nm { font-weight: bold; } + +span.file { font-style: italic; } span.attn { color: #000000; font-weight: bold; }