From e6e901d04d2568c2d094c3b24339790a22fce8e0 Mon Sep 17 00:00:00 2001 From: ian Date: Tue, 2 Jun 2015 15:27:01 -0400 Subject: [PATCH] trying even background again --- scss/_main.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scss/_main.scss b/scss/_main.scss index 312c132..d935356 100644 --- a/scss/_main.scss +++ b/scss/_main.scss @@ -24,12 +24,12 @@ main { } } } - .cheese { + table.cheese { tbody { tr { vertical-align: top; - &:nth-child(even) { - background-color: #faf8ec; + &:nth-of-type(2n) { + background: #faf8ec; } } } -- 2.17.1