Pārlūkot izejas kodu

Style: white background for table cells.

Heikki Hokkanen 15 gadus atpakaļ
vecāks
revīzija
1a00daffc7
1 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  1. 4
    0
      gitstats.css

+ 4
- 0
gitstats.css Parādīt failu

@@ -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
 }