regluit/static/less/enhanced_download_ie.less

20 lines
279 B
Plaintext
Raw Normal View History

.buttons {
display: inherit;
}
.instructions > div, .instructions h4 {
display: none;
}
#kindle_div .no_js {
display: none !important;
}
#kindle_div .yes_js {
display: inherit;
}
/* the not selector doesn't work in IE <= 8 */
2013-06-12 18:05:30 +00:00
.active {
display: inherit;
}