From 3f5c5a0a506fe42be7e0d0e7e9ac153be81f3105 Mon Sep 17 00:00:00 2001 From: Justine Arreche Date: Wed, 2 Oct 2013 09:34:18 -0400 Subject: [PATCH] Changed bg color of #right to match search_box, removed border radius and changed margin-top to align with #main h3 --- assets/styles/right.sass | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/assets/styles/right.sass b/assets/styles/right.sass index 697273d2..e56272f1 100644 --- a/assets/styles/right.sass +++ b/assets/styles/right.sass @@ -4,7 +4,7 @@ #right width: 180px padding: 11px 20px 80px 20px - background-color: $color-bg-right + background-color: #E9E9E7 border-left: 1px solid $color-border-normal h4 @@ -14,12 +14,11 @@ margin-top: 10px .box - margin-top: 25px + margin-top: 15px margin-left: -3px padding: 15px border: 1px solid $color-border-normal - background-color: $color-bg-sidebar-box - @include border-radius(4px) + background-color: #ffffff h4 margin: 0