Fixes IE bug that causes lists in panel to show bullets.
authorTrevor Parscal <tparscal@users.mediawiki.org>
Wed, 5 Aug 2009 18:30:42 +0000 (18:30 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Wed, 5 Aug 2009 18:30:42 +0000 (18:30 +0000)
skins/vector/main-ltr.css
skins/vector/main-rtl.css

index 319c7e9..dd27fc6 100644 (file)
@@ -360,6 +360,8 @@ body {
        }
        #panel div.portal div.body ul {
                list-style: none;
+               list-style-image: none;
+               list-style-type: none;
                padding: 0;
                margin: 0;
        }
index 4814550..bacbbc5 100644 (file)
@@ -360,6 +360,8 @@ body {
        }
        #panel div.portal div.body ul {
                list-style: none;
+               list-style-image: none;
+               list-style-type: none;
                padding: 0;
                margin: 0;
        }