style table a bit
authorDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 15 Apr 2010 18:23:52 +0000 (20:23 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 15 Apr 2010 18:23:52 +0000 (20:23 +0200)
templates/data/table.html.ep

index cc780c2..c27b1bd 100644 (file)
@@ -1,8 +1,12 @@
 % layout 'default';
 
 <style type="text/css">
+table {
+       border-collapse: collapse;
+}
 th {
        white-space: nowrap;
+       background: #eee;
 }
 td.numeric {
        text-align: right;