Commit 385880d8 by Brian Talbot

Merge pull request #2989 from edx/talbs/fix-lms-contentbackground

FIX - LMS: Courseware Content Background Color/Height in IE
parents 28d6d567 8288ff5f
...@@ -184,10 +184,13 @@ ...@@ -184,10 +184,13 @@
} }
.course-wrapper { .course-wrapper {
clear: both !important; @include clearfix();
} }
} }
// ====================
// CASE: IE9
.lte9 { .lte9 {
.ie-banner { .ie-banner {
......
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