瀏覽代碼

Style: white background for table cells.

Heikki Hokkanen 15 年之前
父節點
當前提交
1a00daffc7
共有 1 個檔案被更改,包括 4 行新增0 行删除
  1. 4
    0
      gitstats.css

+ 4
- 0
gitstats.css 查看文件

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