[Commits] r1139 - core/trunk/geoext/resources/css
commits at geoext.org
commits at geoext.org
Tue Jun 23 11:45:37 CEST 2009
Author: ahocevar
Date: 2009-06-23 11:45:37 +0200 (Tue, 23 Jun 2009)
New Revision: 1139
Removed:
core/trunk/geoext/resources/css/example.css
Modified:
core/trunk/geoext/resources/css/geoext-all-debug.css
Log:
updated documentation for css-resources and removed empty example.css
Deleted: core/trunk/geoext/resources/css/example.css
===================================================================
--- core/trunk/geoext/resources/css/example.css 2009-06-23 09:11:26 UTC (rev 1138)
+++ core/trunk/geoext/resources/css/example.css 2009-06-23 09:45:37 UTC (rev 1139)
@@ -1,16 +0,0 @@
-/*
- * Styles can be theme specific, as shown in the example below.
- *
- * style for the default theme:
- * .my-style {
- * background: transparent url(../images/default/anchor.png) no-repeat 0 0;
- * postion: relative;
- * top: -1px;
- * left: 5px;
- * }
- *
- * modifier for the gray theme:
- * .xtheme-gray .my-style {
- * background: transparent url(../images/gray/anchor.png) no-repeat 0 0;
- * }
- */
Modified: core/trunk/geoext/resources/css/geoext-all-debug.css
===================================================================
--- core/trunk/geoext/resources/css/geoext-all-debug.css 2009-06-23 09:11:26 UTC (rev 1138)
+++ core/trunk/geoext/resources/css/geoext-all-debug.css 2009-06-23 09:45:37 UTC (rev 1139)
@@ -1,2 +1,6 @@
- at import "example.css";
+/**
+ * This file combines all default css files. It will be parsed by the build
+ * processor to generate a minified geoext-all.css file. Theme specific
+ * overrides go into gxtheme-<theme>.css
+ */
@import "popup.css";
More information about the Commits
mailing list