From: ian Date: Tue, 2 Jun 2015 19:27:01 +0000 (-0400) Subject: trying even background again X-Git-Tag: v1.0.0~63 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=e6e901d04d2568c2d094c3b24339790a22fce8e0;p=WP-Themes%2FToskiSands.git trying even background again --- 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; } } }