Removed bullet icons from Vector drop down menus in older versions of IE.
authorTrevor Parscal <tparscal@users.mediawiki.org>
Fri, 7 Aug 2009 21:10:41 +0000 (21:10 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Fri, 7 Aug 2009 21:10:41 +0000 (21:10 +0000)
skins/vector/main-ltr.css
skins/vector/main-rtl.css

index a003538..3754a7e 100644 (file)
@@ -246,6 +246,8 @@ body {
                border: solid 1px silver;
                border-top-width: 0;
                list-style: none;
+               list-style-image: none;
+               list-style-type: none;
                padding: 0;
                margin: 0;
                margin-left: -1px;
index be62d20..58fd0a3 100644 (file)
@@ -246,6 +246,8 @@ body {
                border: solid 1px silver;
                border-top-width: 0;
                list-style: none;
+               list-style-image: none;
+               list-style-type: none;
                padding: 0;
                margin: 0;
                margin-right: -1px;