From: Jonathan Amery Date: Wed, 18 Mar 2015 17:46:35 +0000 (+0000) Subject: last line always white X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~nmamery/git?p=ThymeWiki.git;a=commitdiff_plain;h=81382a4cbb9f8131abee7afeebb456d302ab8a00 last line always white --- diff --git a/local.css b/local.css index d682d11..8d62bea 100644 --- a/local.css +++ b/local.css @@ -3,6 +3,7 @@ /* Add local styling here, instead of modifying style.css. */ tr:nth-child(odd) {background: #EEE} +tr:last-child(odd) {background: white} table {border-collapse: collapse; border: 1px solid black; border-left: 0px;