From cb87e79cba548e9f689b6dce52d06ddf80d778c0 Mon Sep 17 00:00:00 2001 From: ian Date: Tue, 2 Jun 2015 15:03:12 -0400 Subject: [PATCH] added a new class for stylesheet changes that were required --- scss/_main.scss | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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; -- 2.17.1