aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2009-01-07 02:38:50 +0000
committerRichard Worth <rdworth@gmail.com>2009-01-07 02:38:50 +0000
commit8970f202dd95ee7a2c74a616a61662a84e310e45 (patch)
tree274997cfd37cd41fdbc30005dcc952c71d45195b /tests
parentcb5d64c654959edb62b81b7d8e60724e6878df3d (diff)
downloadjquery-ui-8970f202dd95ee7a2c74a616a61662a84e310e45.tar.gz
jquery-ui-8970f202dd95ee7a2c74a616a61662a84e310e45.zip
removed default theme in favor of only one versioned css framework/TR theme - base
Diffstat (limited to 'tests')
-rw-r--r--tests/all.html2
-rw-r--r--tests/all_2.html2
-rw-r--r--tests/datepicker.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/all.html b/tests/all.html
index 5e2d3a1ce..af23bad42 100644
--- a/tests/all.html
+++ b/tests/all.html
@@ -34,7 +34,7 @@
<script type="text/javascript" src="tabs.js"></script>
<style type="text/css">
- @import "../themes/default/ui.datepicker.css";
+ @import "../themes/base/ui.datepicker.css";
.xerror, .error, .ui-tabs-hide {
display: none;
}
diff --git a/tests/all_2.html b/tests/all_2.html
index a2a69e30c..42d86d39d 100644
--- a/tests/all_2.html
+++ b/tests/all_2.html
@@ -56,7 +56,7 @@
<script type="text/javascript" src="plugins/cookie/jquery.cookie.js"></script>
<style type="text/css">
- @import "../themes/default/ui.datepicker.css";
+ @import "../themes/base/ui.datepicker.css";
.xerror, .error, .ui-tabs-hide {
display: none;
}
diff --git a/tests/datepicker.html b/tests/datepicker.html
index aede61ade..c25f1eae0 100644
--- a/tests/datepicker.html
+++ b/tests/datepicker.html
@@ -15,7 +15,7 @@
<script type="text/javascript" src="simulate/jquery.simulate.js"></script>
<style type="text/css">
- @import "../themes/default/ui.datepicker.css";
+ @import "../themes/base/ui.datepicker.css";
</style>
<script type="text/javascript" src="datepicker.js"></script>