chiark / gitweb /
last line always white
[ThymeWiki.git] / local.css
index d682d1175031386cea8305d258eafdea66f8faf2..8d62bea2412b749ce8dbb0c7c86f81a5070bd701 100644 (file)
--- 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;