From: Jonathan Amery Date: Wed, 18 Mar 2015 18:21:45 +0000 (+0000) Subject: Table Top Padding; No Top and Bottom lines X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~nmamery/git?a=commitdiff_plain;h=4056048c5392396800235cc4123601c85c22471b;hp=56ea4c4347952a52de7b9b5cd0fd9ee49ab29a76;p=ThymeWiki.git Table Top Padding; No Top and Bottom lines --- diff --git a/local.css b/local.css index cf2a0a1..11c261c 100644 --- 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;