From 7d006a1c17b60e97c7355721883163eb0358b2e2 Mon Sep 17 00:00:00 2001 From: Scott Jehl Date: Mon, 8 Dec 2008 15:53:19 +0000 Subject: - 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! --- themes/base/ui.all.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'themes') 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"; -- cgit v1.2.3