diff options
Diffstat (limited to 'layout')
-rw-r--r-- | layout/style.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/layout/style.css b/layout/style.css index 83664a4..e478203 100644 --- a/layout/style.css +++ b/layout/style.css | |||
@@ -48,6 +48,14 @@ table.summary th { | |||
48 | text-align: left; | 48 | text-align: left; |
49 | } | 49 | } |
50 | 50 | ||
51 | table.summary tr.even { | ||
52 | /* background: #eeeeee; */ | ||
53 | } | ||
54 | |||
55 | table.summary tr.odd { | ||
56 | /* background: #cccccc; */ | ||
57 | } | ||
58 | |||
51 | table.summary td { | 59 | table.summary td { |
52 | width: 50px; | 60 | width: 50px; |
53 | text-align: right; | 61 | text-align: right; |