diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2009-09-15 15:54:47 +0000 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2009-09-15 15:54:47 +0000 |
commit | ca6cdad3bd45b5de592be7f9543dee3b53ad2ca4 (patch) | |
tree | 689dd4bf66d9bcd578ed40b316dcd7107dfa2c78 | |
parent | 708e59502a7f07a46f494467d6968d6f377549ca (diff) | |
download | jquery-ui-ca6cdad3bd45b5de592be7f9543dee3b53ad2ca4.tar.gz jquery-ui-ca6cdad3bd45b5de592be7f9543dee3b53ad2ca4.zip |
update to latest QUnit styles
-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; } |