chiark / gitweb /
Table Top Padding; No Top and Bottom lines
authorJonathan Amery <jdamery+zgit@ysolde.ucam.org>
Wed, 18 Mar 2015 18:21:45 +0000 (18:21 +0000)
committerJonathan Amery <jdamery+zgit@ysolde.ucam.org>
Wed, 18 Mar 2015 18:21:45 +0000 (18:21 +0000)
local.css

index cf2a0a1b26202052db2db1efa5b7bc784adaa3a3..11c261cc0fbb68e1d45422ab2b9e601d12e4957f 100644 (file)
--- a/local.css
+++ b/local.css
@@ -5,7 +5,7 @@
 tr:nth-child(odd) {background: #EEE}
 tr:last-child {background: white}
 table {border-collapse: collapse; 
-       padding-top: 6pt}
+       margin-top: 6pt}
 td {border: 1px solid black; 
     border-top: 0px; 
     border-bottom: 0px;
@@ -13,7 +13,10 @@ td {border: 1px solid black;
     padding-right: 2px}
 td:first-child {border-left: 0px}
 td:last-child {border-right: 0px}
-thead {border: 1px solid black; border-left: 0px; border-right: 0px}
+thead {border: 1px solid black; 
+       border-top: 0px; 
+       border-left: 0px; 
+       border-right: 0px}
 th {border: 1px solid black; 
     border-top: 0px; 
     border-bottom: 0px;