aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/layout/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'layout/style.css')
-rw-r--r--layout/style.css8
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
51table.summary tr.even {
52/* background: #eeeeee; */
53}
54
55table.summary tr.odd {
56/* background: #cccccc; */
57}
58
51table.summary td { 59table.summary td {
52 width: 50px; 60 width: 50px;
53 text-align: right; 61 text-align: right;