$OpenBSD$
--- css/cvsweb.css.orig	Tue Jul 20 22:04:00 2004
+++ css/cvsweb.css	Thu Jun  7 17:41:31 2012
@@ -47,26 +47,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 {
@@ -74,7 +75,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 {
@@ -89,6 +90,7 @@ table.dir * td.graph {
 }
 /* Age column */
 table.dir * td.age {
+  color: #000;
   font-style: italic;
   white-space: nowrap;
 }
