regluit/static/less/enhanced_download_ie.less

12 lines
181 B
Plaintext
Raw Normal View History

.buttons {
display: inherit;
}
.instructions div, .instructions h4 {
display: none;
}
/* the not selector doesn't work in IE <= 8 */
#trythis_div {
display: inherit;
}