mirror of
https://github.com/Mottie/tablesorter.git
synced 2024-11-15 23:54:22 +00:00
11 lines
148 B
CSS
11 lines
148 B
CSS
/* tables */
|
|
.tester { /* */
|
|
position: absolute;
|
|
top: -999em;
|
|
}
|
|
|
|
/* skipped tests */
|
|
#qunit-tests li.pass.skipped {
|
|
background-color: #fffacd;
|
|
}
|