From: Jonathan Amery Date: Wed, 18 Mar 2015 14:08:12 +0000 (+0000) Subject: local css X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~jdamery/git?a=commitdiff_plain;h=b530c300cf0b813536de8aa4efca94c365103919;p=ThymeWiki.git local css --- diff --git a/local.css b/local.css index 45db1ed..acaf6a5 100644 --- a/local.css +++ b/local.css @@ -3,4 +3,5 @@ /* Add local styling here, instead of modifying style.css. */ tr:nth-child(even) {background: #EEE} -td {border: 1px solid black} \ No newline at end of file +table {border-collapse: collapse} +td {border: 1px solid black; border-top: 0px; border-bottom: 0px} \ No newline at end of file