=================================================================== RCS file: /cvs/cvsweb/css/cvsweb.css,v retrieving revision 4.1 retrieving revision 4.2 diff -u -p -r4.1 -r4.2 --- cvsweb/css/cvsweb.css 2019/11/08 21:09:51 4.1 +++ cvsweb/css/cvsweb.css 2019/11/10 13:32:15 4.2 @@ -1,6 +1,6 @@ /* CSS for FreeBSD-CVSweb */ -/* $Id: cvsweb.css,v 4.1 2019/11/08 21:09:51 schwarze Exp $ */ -/* $knu: css/cvsweb.css,v 2005/12/03 18:39:45 scop */ +/* $Id: cvsweb.css,v 4.2 2019/11/10 13:32:15 schwarze Exp $ */ +/* $knu: css/cvsweb.css,v 1.16 2005/12/03 18:39:45 scop */ body { color: #000; @@ -48,26 +48,27 @@ input[type="submit"] { /* Directory table */ table.dir { - border-right: 1px solid #ccc; + border-right: 0px solid #ccc; } /* Cells */ table.dir * td { - border-left: 1px solid #ccc; - border-bottom: 1px solid #ccc; + border-left: 1px solid #fff; padding-left: 5px; padding-right: 5px; } /* Column headers */ table.dir * th { - background-color: #ffc; - border: thin outset; + background-color: #ccc; + border-left: 1px solid #fff; + border-bottom: 1px solid #fff; padding-left: 5px; padding-right: 5px; } /* Sorted column header */ table.dir * th.sorted { - background-color: #fc6; - border: thin inset; + background-color: #8f8; + border-left: 1px solid #fff; + border-bottom: 1px solid #fff; } /* Even rows */ table.dir * tr.even { @@ -75,7 +76,7 @@ table.dir * tr.even { } /* Odd rows */ table.dir * tr.odd { - background-color: #fff; + background-color: #cce; } /* File and dir name columns */ table.dir * td.file, table.dir * td.dir { @@ -90,6 +91,7 @@ table.dir * td.graph { } /* Age column */ table.dir * td.age { + color: #000; font-style: italic; white-space: nowrap; }