aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Jehl <scott@scottjehl.com>2008-12-08 15:53:19 +0000
committerScott Jehl <scott@scottjehl.com>2008-12-08 15:53:19 +0000
commit7d006a1c17b60e97c7355721883163eb0358b2e2 (patch)
tree58105dd867de54b29c607216465055647b9a57ee
parent58871808ac1e6d5a667c0d3d6fa022d930d371f2 (diff)
downloadjquery-ui-7d006a1c17b60e97c7355721883163eb0358b2e2.tar.gz
jquery-ui-7d006a1c17b60e97c7355721883163eb0358b2e2.zip
- this file now imports core and allplugins.
- changed back again - removed the url(..) (not necessary) Quick note: It seems that trunk is still not able to preview demos online. This is a problem, since we'll need to be linking to working code from the wiki and also referencing demo pages in conversation. Is there any way we could get this fixed soon? Thanks!
-rw-r--r--themes/base/ui.all.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/base/ui.all.css b/themes/base/ui.all.css
index a1da2de54..d61a41c33 100644
--- a/themes/base/ui.all.css
+++ b/themes/base/ui.all.css
@@ -1,3 +1,3 @@
-@import url("ui.all.css");
-@import url("ui.allplugins.css");
+@import "ui.core.css";
+@import "ui.allplugins.css";