regluit/static/scss/enhanced_download_ie.scss

16 lines
243 B
SCSS

.yes_js, .other_instructions_paragraph {
display: inherit;
}
.instructions > div {
display: none;
}
.no_js {
display: none !important;
}
/* the not selector doesn't work in IE <= 8 */
.active {
display: inherit !important;
}