From 81382a4cbb9f8131abee7afeebb456d302ab8a00 Mon Sep 17 00:00:00 2001 From: Jonathan Amery Date: Wed, 18 Mar 2015 17:46:35 +0000 Subject: [PATCH] last line always white --- local.css | 1 + 1 file changed, 1 insertion(+) 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; -- 2.30.2