chiark / gitweb /
last line always white
authorJonathan Amery <jdamery+zgit@ysolde.ucam.org>
Wed, 18 Mar 2015 17:46:35 +0000 (17:46 +0000)
committerJonathan Amery <jdamery+zgit@ysolde.ucam.org>
Wed, 18 Mar 2015 17:46:35 +0000 (17:46 +0000)
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;