From af65c668d179a0a79565aef898d7e6723188e2d7 Mon Sep 17 00:00:00 2001 From: Justine Arreche Date: Wed, 16 Oct 2013 13:09:48 -0400 Subject: [PATCH] bringing in darker #left div bg color for master app.css --- assets/styles/layout.sass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/styles/layout.sass b/assets/styles/layout.sass index 041c5b56..b9609a2a 100644 --- a/assets/styles/layout.sass +++ b/assets/styles/layout.sass @@ -43,7 +43,7 @@ html, body max-width: 320px width: -webkit-calc(100% - 1000px) padding: 0 0 110px 0 - background-color: $color-bg-left + background-color: #fbfbfa border-right: 1px solid $color-border-normal @media screen and (max-width: 980px)