Merge pull request #1488 from MITx/bug/btalbot/pearson-ie

Resolving an LMS sidebar accordion issue in IE7
This commit is contained in:
David Ormsbee
2013-02-12 08:01:59 -08:00

View File

@@ -67,7 +67,7 @@ section.course-index {
}
.chapter {
width: 100%;
width: 100% !important;
@include box-sizing(border-box);
padding: 11px 14px;
@include linear-gradient(top, rgba(255, 255, 255, .6), rgba(255, 255, 255, 0));
@@ -99,6 +99,8 @@ section.course-index {
@include border-radius(0);
margin: 0;
padding: 9px 0 9px 9px;
overflow: auto;
width: 100%;
li {
border-bottom: 0;