From e1a3374cce4d039f53c2d420c6a6dcc490085f03 Mon Sep 17 00:00:00 2001 From: Heikki Hokkanen Date: Wed, 22 Aug 2007 14:29:19 +0300 Subject: [PATCH] Improved style. --- gitstats.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/gitstats.css b/gitstats.css index 409ae15..78f36eb 100644 --- a/gitstats.css +++ b/gitstats.css @@ -1,3 +1,6 @@ +/** + * GitStats - default style + */ body { color: black; background-color: #fff; @@ -22,6 +25,7 @@ table { border: 1px solid black; border-collapse: collapse; font-size: 80%; + margin-bottom: 1em; } .vtable { @@ -30,11 +34,11 @@ table { } th { - background-color: #eeb; + background-color: #ddf; } tr:hover { - background-color: #dda; + background-color: #ddf; } td { @@ -44,6 +48,7 @@ td { padding-right: 0.2em; } +/* Navigation bar; tabbed style */ .nav { border-bottom: 1px solid black; padding: 0.3em; -- 2.11.4.GIT