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

UX-53
This commit is contained in:
Brian Talbot
2014-03-19 12:04:35 -04:00
parent fbe95bfb5b
commit 8288ff5fdd

View File

@@ -184,10 +184,13 @@
}
.course-wrapper {
clear: both !important;
@include clearfix();
}
}
// ====================
// CASE: IE9
.lte9 {
.ie-banner {