tablesorter/testing/testing.css

11 lines
148 B
CSS
Raw Normal View History

2012-12-17 20:32:57 +00:00
/* tables */
.tester { /* */
position: absolute;
top: -999em;
2012-12-17 20:32:57 +00:00
}
/* skipped tests */
#qunit-tests li.pass.skipped {
background-color: #fffacd;
}