[kupu-checkins] r41421 - kupu/trunk/kupu/plone/kupu_plone_layer

limi at codespeak.net limi at codespeak.net
Mon Mar 26 21:00:35 CEST 2007


Author: limi
Date: Mon Mar 26 21:00:33 2007
New Revision: 41421

Modified:
   kupu/trunk/kupu/plone/kupu_plone_layer/kupuplone.css.dtml
Log:
Since we define bullet styles in the CSS in Plone, the bullet selector has no meaning. Bullet styles belong in the style sheet, not in the HTML. ;)

Modified: kupu/trunk/kupu/plone/kupu_plone_layer/kupuplone.css.dtml
==============================================================================
--- kupu/trunk/kupu/plone/kupu_plone_layer/kupuplone.css.dtml	(original)
+++ kupu/trunk/kupu/plone/kupu_plone_layer/kupuplone.css.dtml	Mon Mar 26 21:00:33 2007
@@ -107,6 +107,13 @@
   margin-bottom:4px;
 }
 
+/* Since we define bullet styles in the CSS in Plone, the bullet selector has no meaning.
+   Bullet styles belong in the style sheet, not in the HTML. ;)
+   Remove this if you want it back. */
+#kupu-ulstyles {
+    display: none !important;
+}
+
 body.documentContent { padding: 1em !important; }
 
 html.kupu-html {


More information about the kupu-checkins mailing list