diff options
Diffstat (limited to 'tests/testsuite.css')
-rw-r--r-- | tests/testsuite.css | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/testsuite.css b/tests/testsuite.css index b511c67ce..b278cc6d9 100644 --- a/tests/testsuite.css +++ b/tests/testsuite.css @@ -1,4 +1,4 @@ -@import url("qunit/testsuite.css");
-html { border: 0; }
-.xerror, .error, .ui-tabs-hide { display: none }
-#main { position: absolute; top: -10000px; left: -10000px; }
+@import url("qunit/testsuite.css"); +html { border: 0; } +.xerror, .error, .ui-tabs-hide { display: none } +#main { position: absolute; top: -10000px; left: -10000px; } |