diff -r 4f4150296cd3 -r de6abcbd3c03 static/tables.css --- 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 {