=================================================================== RCS file: /cvs/cvsweb/css/cvsweb.css,v retrieving revision 3.1 retrieving revision 3.5 diff -u -p -r3.1 -r3.5 --- cvsweb/css/cvsweb.css 2002/11/16 00:01:01 3.1 +++ 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 { @@ -57,6 +60,7 @@ table.dir { /* Empty lines */ .diff-empty { background-color: #ccc; + font-size: smaller; } /* Added lines */ .diff-added { @@ -79,4 +83,9 @@ table.dir { /* Empty changed lines */ .diff-changed-missing { background-color: #9c9; + font-size: smaller; +} +/* Download links */ +.download-link { + font-weight: bold; }