fixed ie banner showing outside of courseware bug
This commit is contained in:
@@ -185,5 +185,22 @@ mark {
|
||||
}
|
||||
}
|
||||
|
||||
.ie-banner {
|
||||
display: none;
|
||||
max-width: 1140px;
|
||||
min-width: 720px;
|
||||
margin: auto;
|
||||
@include border-radius(0 0 3px 3px);
|
||||
background: #f4f4e0;
|
||||
color: #3c3c3c;
|
||||
padding: 5px 20px 8px;
|
||||
font-size: 13px;
|
||||
text-align: center;
|
||||
|
||||
strong {
|
||||
font-weight: 700;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -168,21 +168,4 @@ header.global.slim {
|
||||
font-weight: bold;
|
||||
letter-spacing: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.ie-banner {
|
||||
display: none;
|
||||
max-width: 1140px;
|
||||
min-width: 720px;
|
||||
margin: auto;
|
||||
@include border-radius(0 0 3px 3px);
|
||||
background: #f4f4e0;
|
||||
color: #3c3c3c;
|
||||
padding: 5px 20px 8px;
|
||||
font-size: 13px;
|
||||
text-align: center;
|
||||
|
||||
strong {
|
||||
font-weight: 700;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user