From: ian Date: Tue, 2 Jun 2015 19:03:12 +0000 (-0400) Subject: added a new class for stylesheet changes that were required X-Git-Tag: v1.0.0~65 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=cb87e79cba548e9f689b6dce52d06ddf80d778c0;p=WP-Themes%2FToskiSands.git added a new class for stylesheet changes that were required --- diff --git a/scss/_main.scss b/scss/_main.scss index 9db8f55..7e810e6 100644 --- a/scss/_main.scss +++ b/scss/_main.scss @@ -24,6 +24,18 @@ main { } } } + .cheese { + tbody { + tr { + vertical-align: top; + &:nth-child(even) { + td { + background-color: #faf8ec; + } + } + } + } + } } .breadcrumbs { margin: 10px 15px 30px;