Add CSS files

This commit is contained in:
2025-05-12 15:46:13 +00:00
parent 967007b0c7
commit 4a4ed02e8a
583 changed files with 83461 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
/* tables */
.tester { /* */
position: absolute;
top: -999em;
}
/* skipped tests */
#qunit-tests li.pass.skipped {
background-color: #fffacd;
}