Commit 8288ff5f by Brian Talbot

resolves IE9 display issue where courseware content layout/background display was broken

UX-53
parent fbe95bfb
...@@ -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