Explorar el Código

Style: white background for table cells.

Heikki Hokkanen hace 15 años
padre
commit
1a00daffc7
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4
    0
      gitstats.css

+ 4
- 0
gitstats.css Ver fichero

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