X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~jdamery/git?a=blobdiff_plain;f=local.css;h=b702d4bb70ca209e64c7ade19f39705e3eaa2b92;hb=7d08e63faa210538f9f4db786cf888cbfc70b510;hp=5d327c3a621d80c9c2f39d888a68545caca93940;hpb=4fbc978fb950238997219a27959b2e632f425f7f;p=ThymeWiki.git diff --git a/local.css b/local.css index 5d327c3..b702d4b 100644 --- a/local.css +++ b/local.css @@ -2,13 +2,27 @@ /* Add local styling here, instead of modifying style.css. */ -tr:nth-child(even) {background: #EEE} -table {border-collapse: collapse; border: 1px solid black} -td {border: 1px solid black; border-top: 0px; border-bottom: 0px} +tr:nth-child(odd) {background: #EEE} +tr:last-child {background: white} +table {border-collapse: collapse; + margin-top: 6pt} +td {border: 1px solid black; + border-top: 0px; + border-bottom: 0px; + padding-left: 4px; + padding-right: 4px} td:first-child {border-left: 0px} td:last-child {border-right: 0px} -th {border: 1px solid black} +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; + padding-left: 4px; + padding-right: 4px} th:first-child {border-left: 0px} th:last-child {border-right: 0px} -.header {margin-bottom:8px} \ No newline at end of file +.header {margin-bottom:8px}