=================================================================== RCS file: /cvs/cvsweb/css/cvsweb.css,v retrieving revision 3.2 retrieving revision 3.5 diff -u -p -r3.2 -r3.5 --- cvsweb/css/cvsweb.css 2003/04/27 20:27:49 3.2 +++ cvsweb/css/cvsweb.css 2003/07/20 19:57:47 3.5 @@ -10,7 +10,10 @@ th { } /* Source, diff and annotate views */ .src { + color: #000; background-color: #eee; + font-style: normal; + font-weight: normal; } /* Navigation header for diffs and annotations */ .navigate-header { @@ -81,4 +84,8 @@ table.dir { .diff-changed-missing { background-color: #9c9; font-size: smaller; +} +/* Download links */ +.download-link { + font-weight: bold; }