X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~nmamery/git?a=blobdiff_plain;f=local.css;h=11c261cc0fbb68e1d45422ab2b9e601d12e4957f;hb=d38617adf05192c0a46aefeba2711d3ffadcda8d;hp=eb4c1049c07ca05f64aa7477269cd3ee6df8baec;hpb=fae6d8b65473d211d0f567d3758b9dea4ca1b1db;p=ThymeWiki.git diff --git a/local.css b/local.css index eb4c104..11c261c 100644 --- a/local.css +++ b/local.css @@ -2,17 +2,27 @@ /* Add local styling here, instead of modifying style.css. */ -tr:nth-child(even) {background: #EEE} +tr:nth-child(odd) {background: #EEE} +tr:last-child {background: white} table {border-collapse: collapse; - border: 1px solid black; - border-left: 0px; - border-right: 0px} -td {border: 1px solid black; border-top: 0px; border-bottom: 0px} + margin-top: 6pt} +td {border: 1px solid black; + border-top: 0px; + border-bottom: 0px; + padding-left: 2px; + padding-right: 2px} td:first-child {border-left: 0px} td:last-child {border-right: 0px} -thead {border: 1px solid black} -th {border: 1px solid black; border-top: 0px; border-bottom: 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; + padding-left: 2px; + padding-right: 2px} 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}