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;