Added back the ie fixes from before

This commit is contained in:
Kyle Fiedler
2012-09-12 15:25:59 -04:00
parent 1dceff78b5
commit b6e03c60b6
7 changed files with 32 additions and 16 deletions

View File

@@ -1,7 +1,8 @@
html, body {
hktml, body {
background: rgb(250,250,250);
font-family: $sans-serif;
font-size: 1em;
font-style: normal;
line-height: 1em;
//-webkit-font-smoothing: antialiased;
}

View File

@@ -130,6 +130,13 @@ header.global {
background: #000;
}
.modal .inner-wrapper form label {
display: block;
nav.course-material ol.course-tabs li a.active, nav.course-material .xmodule_SequenceModule nav.sequence-nav ol.course-tabs li a.seq_video.active, .xmodule_SequenceModule nav.sequence-nav nav.course-material ol.course-tabs li a.seq_video.active {
background-color: #333;
background-color: rgba(0, 0, 0, .4);
}
header.global ol.user > li.primary a.dropdown {
padding-top: 6px;
padding-bottom: 6px;
}

View File

@@ -110,6 +110,7 @@ footer {
padding: 0;
a {
@include inline-block;
opacity: 0.3;
@include transition(all, 0.1s, linear);