From ed1bac7629b5a77af137de8bc96eaba1f6f6674a Mon Sep 17 00:00:00 2001 From: Tom Giannattasio Date: Tue, 21 Aug 2012 08:28:24 -0400 Subject: [PATCH] fixed container padding and sidebar fades --- lms/static/sass/course/base/_base.scss | 4 ---- lms/static/sass/course/base/_extends.scss | 12 ------------ 2 files changed, 16 deletions(-) diff --git a/lms/static/sass/course/base/_base.scss b/lms/static/sass/course/base/_base.scss index 1a9d9628c9..52d9eb5957 100644 --- a/lms/static/sass/course/base/_base.scss +++ b/lms/static/sass/course/base/_base.scss @@ -91,10 +91,6 @@ img { max-width: 100%; } -.container { - padding: em(40) 0; -} - ::selection, ::-moz-selection, ::-webkit-selection { background: #444; color: #fff; diff --git a/lms/static/sass/course/base/_extends.scss b/lms/static/sass/course/base/_extends.scss index f04d879bc3..7023005fcf 100644 --- a/lms/static/sass/course/base/_extends.scss +++ b/lms/static/sass/course/base/_extends.scss @@ -56,18 +56,6 @@ h1.top-header { width: flex-grid(3); background: $sidebar-color; - &:after { - width: 1px; - height: 100%; - @include position(absolute, 0px -1px 0px 0); - content: ""; - @include background-image(linear-gradient(top, #fff, rgba(#fff, 0)), linear-gradient(top, rgba(#fff, 0), #fff)); - background-position: top, bottom; - @include background-size(1px 20px); - background-repeat: no-repeat; - display: block; - } - h1, h2 { font-size: em(20); font-weight: 100;