[Commits] r544 - core/trunk/docsrc/_static
commits at geoext.org
commits at geoext.org
Thu Apr 30 07:07:24 CEST 2009
Author: tschaub
Date: 2009-04-30 07:07:24 +0200 (Thu, 30 Apr 2009)
New Revision: 544
Modified:
core/trunk/docsrc/_static/geoext.css
Log:
Hiding class name before method name.
Modified: core/trunk/docsrc/_static/geoext.css
===================================================================
--- core/trunk/docsrc/_static/geoext.css 2009-04-30 05:05:48 UTC (rev 543)
+++ core/trunk/docsrc/_static/geoext.css 2009-04-30 05:07:24 UTC (rev 544)
@@ -10,7 +10,10 @@
padding: 0;
}
-/* don't display class names for attributes */
+/* don't display class names for attributes or methods*/
.attribute .descclassname {
display: none;
-}
\ No newline at end of file
+}
+.method .descclassname {
+ display: none;
+}
More information about the Commits
mailing list