=================================================================== RCS file: /cvs/mandoc/Attic/index.css,v retrieving revision 1.4 retrieving revision 1.7 diff -u -p -r1.4 -r1.7 --- mandoc/Attic/index.css 2010/05/29 19:45:08 1.4 +++ mandoc/Attic/index.css 2010/12/17 11:42:14 1.7 @@ -1,9 +1,10 @@ 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-left: 10px; } + padding-right: 2em; + padding-left: 1em; } table { padding-left: 40px; } @@ -20,7 +21,7 @@ h2 { font-weight: bold; margin-bottom: 0px; font-family: Verdana, Tahoma, Arial, sans-serif; } -span.nm { color: #000000; font-weight: bold; } +span.nm { font-weight: bold; } span.attn { color: #000000; font-weight: bold; } @@ -29,9 +30,6 @@ span.flag { font-weight: bold; } div.head { border-bottom: 1px solid #dddddd; padding-bottom: 5px; text-align: right; } - -div.subhead { font-size: smaller; - margin-bottom: 1em; } div.foot { border-top: 1px solid #dddddd; padding-top: 5px;