Fix courseware problem display

This commit is contained in:
Calen Pennington
2012-07-16 11:41:51 -04:00
parent ab2995fc85
commit 8ef8162963
3 changed files with 2 additions and 1 deletions

View File

@@ -31,3 +31,4 @@
@import 'sass_old/courseware/sidebar';
@import 'sass_old/courseware/video';
@import 'sass_old/courseware/amplifier';
@import 'sass_old/courseware/problems';

View File

@@ -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%);