regluit/static/less/enhanced_download_ie.less

16 lines
243 B
Plaintext
Raw Normal View History

.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 */
2013-06-12 18:05:30 +00:00
.active {
display: inherit !important;
}