added a new class for stylesheet changes that were required
authorian <ian@gaslightmedia.com>
Tue, 2 Jun 2015 19:03:12 +0000 (15:03 -0400)
committerian <ian@gaslightmedia.com>
Tue, 2 Jun 2015 19:05:34 +0000 (15:05 -0400)
scss/_main.scss

index 9db8f55..7e810e6 100644 (file)
@@ -24,6 +24,18 @@ main {
             }
         }
     }
+    .cheese {
+        tbody {
+            tr {
+                vertical-align: top;
+                &:nth-child(even) {
+                    td {
+                        background-color: #faf8ec;
+                    }
+                }
+            }
+        }
+    }
 }
 .breadcrumbs {
     margin: 10px 15px 30px;