Remove bullets from radio lists
authorChad Horohoe <demon@users.mediawiki.org>
Wed, 10 Nov 2010 15:29:51 +0000 (15:29 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Wed, 10 Nov 2010 15:29:51 +0000 (15:29 +0000)
skins/common/config.css

index 351dde8..ae55475 100644 (file)
@@ -23,6 +23,9 @@
 .config-block-elements {
        margin-left: 2em;
 }
+.config-block-elements li {
+       list-style: none;
+}
 .config-input {
        clear: left;
        zoom: 100%; /* IE hack */