Browse Source

Style: white background for table cells.

Heikki Hokkanen 15 years ago
parent
commit
1a00daffc7
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      gitstats.css

+ 4
- 0
gitstats.css View File

@@ -45,6 +45,10 @@ table.tags td {
45 45
 	vertical-align: top;
46 46
 }
47 47
 
48
+td {
49
+	background-color: white;
50
+}
51
+
48 52
 th {
49 53
 	background-color: #ddf;
50 54
 }