From 4b84ce0feb3eee95d67f846771ebb9a3f3d1c210 Mon Sep 17 00:00:00 2001 From: David Ashby Date: Tue, 16 May 2017 22:05:08 -0400 Subject: [PATCH] add a visual break for every other now --- css/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/css/style.css b/css/style.css index 4886913..0b27910 100644 --- a/css/style.css +++ b/css/style.css @@ -53,6 +53,11 @@ min-width: 50px; } +.tRow:nth-child(odd) { + background: #f9f8ed; + border-bottom: 1px solid #d8d0a0; +} + .bookTable .tRow { cursor: pointer; }