Commit 8ef81629 by Calen Pennington

Fix courseware problem display

parent ab2995fc
...@@ -31,3 +31,4 @@ ...@@ -31,3 +31,4 @@
@import 'sass_old/courseware/sidebar'; @import 'sass_old/courseware/sidebar';
@import 'sass_old/courseware/video'; @import 'sass_old/courseware/video';
@import 'sass_old/courseware/amplifier'; @import 'sass_old/courseware/amplifier';
@import 'sass_old/courseware/problems';
...@@ -207,7 +207,6 @@ h1.top-header { ...@@ -207,7 +207,6 @@ h1.top-header {
font-size: 12px; font-size: 12px;
// height:46px; // height:46px;
line-height: 46px; line-height: 46px;
margin: (-$body-line-height) (-$body-line-height) $body-line-height;
text-shadow: 0 1px 0 #fff; text-shadow: 0 1px 0 #fff;
@media print { @media print {
...@@ -215,6 +214,7 @@ h1.top-header { ...@@ -215,6 +214,7 @@ h1.top-header {
} }
a { a {
line-height: 46px;
border-bottom: 0; border-bottom: 0;
color: darken($cream, 80%); color: darken($cream, 80%);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment