From: Scott Jehl Date: Mon, 8 Dec 2008 15:53:19 +0000 (+0000) Subject: - this file now imports core and allplugins. X-Git-Tag: 1.6rc3~355 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7d006a1c17b60e97c7355721883163eb0358b2e2;p=jquery-ui.git - 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! --- 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";