diff options
-rw-r--r-- | external/testsuite-r6565.css (renamed from external/testsuite-r6164.css) | 2 | ||||
-rw-r--r-- | tests/unit/testsuite.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/external/testsuite-r6164.css b/external/testsuite-r6565.css index dbfc43aee..520d8e6af 100644 --- a/external/testsuite-r6164.css +++ b/external/testsuite-r6565.css @@ -14,7 +14,7 @@ h2.fail { background-color: red; } div.testrunner-toolbar { background: #eee; border-top: 1px solid black; padding: 10px; } -ol#tests > li > strong { cursor:pointer; } +ol#tests li strong { cursor:pointer; } div#fx-tests h4 { background: red; diff --git a/tests/unit/testsuite.css b/tests/unit/testsuite.css index dc8b83e31..2e2177976 100644 --- a/tests/unit/testsuite.css +++ b/tests/unit/testsuite.css @@ -1,4 +1,4 @@ -@import url("../../external/testsuite-r6164.css"); +@import url("../../external/testsuite-r6565.css"); html { border: 0; } .xerror, .error, .ui-tabs-hide { display: none } #main { position: absolute; top: -10000px; left: -10000px; } |