static/tables.css
changeset 59 de6abcbd3c03
parent 52 b06e34219441
--- a/static/tables.css	Thu Jan 20 23:14:07 2011 +0200
+++ b/static/tables.css	Thu Jan 20 23:21:14 2011 +0200
@@ -52,7 +52,7 @@
 
 tr.alternate
 {
-    background-color: #e8e8e8;
+    background-color: #f1f1f1;
 }
 
 /* Link to tr with URL #foo fragment */
@@ -68,6 +68,12 @@
     padding: 0.25em 1em;
 }
 
+table.with-borders td,
+table.with-borders th
+{
+    border: thin dotted #aaa;
+}
+
 td a,
 th a
 {