diff options
author | Scott González <scott.gonzalez@gmail.com> | 2009-06-20 13:03:59 +0000 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2009-06-20 13:03:59 +0000 |
commit | 940259ac358b8b9f895c390b9d09fca6550f8fd2 (patch) | |
tree | 5df18126606d8523ce4aa3f39db21cfdfb479b1f /tests | |
parent | f07a17bbf0e10190ae742dd8021550a7c57c082e (diff) | |
download | jquery-ui-940259ac358b8b9f895c390b9d09fca6550f8fd2.tar.gz jquery-ui-940259ac358b8b9f895c390b9d09fca6550f8fd2.zip |
Tests: Fixed import of testsuite.css.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit/testsuite.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/testsuite.css b/tests/unit/testsuite.css index f1961ff47..dc8b83e31 100644 --- a/tests/unit/testsuite.css +++ b/tests/unit/testsuite.css @@ -1,4 +1,4 @@ -@import url("../../external/qunit/testsuite.css"); +@import url("../../external/testsuite-r6164.css"); html { border: 0; } .xerror, .error, .ui-tabs-hide { display: none } #main { position: absolute; top: -10000px; left: -10000px; } |