From 1a00daffc75be5f91be076fbf99194943f5183d4 Mon Sep 17 00:00:00 2001 From: Heikki Hokkanen Date: Fri, 2 Apr 2010 16:01:25 +0300 Subject: [PATCH] Style: white background for table cells. --- gitstats.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gitstats.css b/gitstats.css index 23dd2ac..d807cb0 100644 --- a/gitstats.css +++ b/gitstats.css @@ -45,6 +45,10 @@ table.tags td { vertical-align: top; } +td { + background-color: white; +} + th { background-color: #ddf; }