From 5dba4fd6c357288fbdf2e92b92d06d29cc69101e Mon Sep 17 00:00:00 2001 From: Tom Giannattasio Date: Tue, 9 Oct 2012 11:29:58 -0400 Subject: [PATCH] tweaked window style for consistency --- cms/static/sass/_edge.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cms/static/sass/_edge.scss b/cms/static/sass/_edge.scss index a0eddd4a68..9d8562b62a 100644 --- a/cms/static/sass/_edge.scss +++ b/cms/static/sass/_edge.scss @@ -8,14 +8,13 @@ } .main-wrapper { - width: 940px; + width: 942px; margin: auto; .content { + @extend .window; padding: 24px 60px 36px; border-radius: 3px; - background: #fff; - box-shadow: 0 0 50px rgba(0, 0, 0, .1); @include clearfix; } @@ -28,6 +27,7 @@ .row { margin-bottom: 20px; + border-bottom: none; } label {