Commit 8fdf7f6c by David Ormsbee

Merge pull request #1138 from MITx/bug/tom/pearson-ie7

Bug/tom/pearson ie7
parents 6e492aba bf9f9c1c
......@@ -3,4 +3,5 @@
-webkit-box-sizing: $box;
-moz-box-sizing: $box;
box-sizing: $box;
box-sizing: $box; *behavior: url(/static/scripts/boxsizing.htc);
}
......@@ -154,4 +154,32 @@ header.global ol.user > li.primary a.dropdown {
.ie-banner {
display: block !important;
}
div.course-wrapper {
display: block !important;
section.course-content,
section.course-index {
display: block !important;
float: left;
}
section.course-content {
width: 71.27%;
}
}
.sidebar {
float: left !important;
display: block !important;
}
.sequence-nav ol {
display: block !important;
li {
float: left !important;
width: 50px;
}
}
\ No newline at end of file
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