Sfoglia il codice sorgente

Style: white background for table cells.

Heikki Hokkanen 15 anni fa
parent
commit
1a00daffc7
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4
    0
      gitstats.css

+ 4
- 0
gitstats.css Vedi 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
 }