From: Scott González Date: Sat, 20 Jun 2009 13:03:59 +0000 (+0000) Subject: Tests: Fixed import of testsuite.css. X-Git-Tag: 1.8a1~87 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=940259ac358b8b9f895c390b9d09fca6550f8fd2;p=jquery-ui.git Tests: Fixed import of testsuite.css. --- 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; }