r1056 - trunk/themes/base
Author: scottjehl
Date: Mon Dec 8 07:53:19 2008
New Revision: 1056
Modified:
trunk/themes/base/ui.all.css
Log:
- 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!
Modified: trunk/themes/base/ui.all.css
==============================================================================
--- trunk/themes/base/ui.all.css (original)
+++ trunk/themes/base/ui.all.css Mon Dec 8 07:53:19 2008
@@ -1,3 +1,3 @@
-@import url("ui.all.css");
-@import url("ui.allplugins.css");
+@import "ui.core.css";
+@import "ui.allplugins.css";