regluit/static/less/enhanced_download_ie.less

16 lines
266 B
Plaintext
Raw Normal View History

.buttons, #kindle_div .yes_js, .other_instructions_paragraph {
display: inherit;
}
.instructions > div {
display: none;
}
#kindle_div .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;
}