diff --git a/lms/static/sass/application.scss b/lms/static/sass/application.scss index c59f369444..b152a05593 100644 --- a/lms/static/sass/application.scss +++ b/lms/static/sass/application.scss @@ -31,3 +31,4 @@ @import 'sass_old/courseware/sidebar'; @import 'sass_old/courseware/video'; @import 'sass_old/courseware/amplifier'; +@import 'sass_old/courseware/problems'; diff --git a/lms/static/sass/sass_old/base/_extends.scss b/lms/static/sass/sass_old/base/_extends.scss index 63c3a9de7a..bc6b70322b 100644 --- a/lms/static/sass/sass_old/base/_extends.scss +++ b/lms/static/sass/sass_old/base/_extends.scss @@ -207,7 +207,6 @@ h1.top-header { font-size: 12px; // height:46px; line-height: 46px; - margin: (-$body-line-height) (-$body-line-height) $body-line-height; text-shadow: 0 1px 0 #fff; @media print { @@ -215,6 +214,7 @@ h1.top-header { } a { + line-height: 46px; border-bottom: 0; color: darken($cream, 80%); diff --git a/lms/static/sass/courseware/_problems.scss b/lms/static/sass/sass_old/courseware/_problems.scss similarity index 100% rename from lms/static/sass/courseware/_problems.scss rename to lms/static/sass/sass_old/courseware/_problems.scss