11 lines
148 B
CSS
Executable File
11 lines
148 B
CSS
Executable File
/* tables */
|
|
.tester { /* */
|
|
position: absolute;
|
|
top: -999em;
|
|
}
|
|
|
|
/* skipped tests */
|
|
#qunit-tests li.pass.skipped {
|
|
background-color: #fffacd;
|
|
}
|