From: Trevor Parscal Date: Fri, 7 Aug 2009 21:10:41 +0000 (+0000) Subject: Removed bullet icons from Vector drop down menus in older versions of IE. X-Git-Tag: 1.31.0-rc.0~40428 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/membres/message.php?a=commitdiff_plain;h=6e017c21d265e92af3909da9addc5df8d9c2c451;p=lhc%2Fweb%2Fwiklou.git Removed bullet icons from Vector drop down menus in older versions of IE. --- diff --git a/skins/vector/main-ltr.css b/skins/vector/main-ltr.css index a00353809a..3754a7eb9c 100644 --- a/skins/vector/main-ltr.css +++ b/skins/vector/main-ltr.css @@ -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; diff --git a/skins/vector/main-rtl.css b/skins/vector/main-rtl.css index be62d20d0f..58fd0a3090 100644 --- a/skins/vector/main-rtl.css +++ b/skins/vector/main-rtl.css @@ -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;