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