r54604 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r54603‎ | r54604 | r54605 >
Date:21:10, 7 August 2009
Author:tparscal
Status:ok
Tags:
Comment:
Removed bullet icons from Vector drop down menus in older versions of IE.
Modified paths:
  • /trunk/phase3/skins/vector/main-ltr.css (modified) (history)
  • /trunk/phase3/skins/vector/main-rtl.css (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/vector/main-ltr.css
@@ -246,6 +246,8 @@
247247 border: solid 1px silver;
248248 border-top-width: 0;
249249 list-style: none;
 250+ list-style-image: none;
 251+ list-style-type: none;
250252 padding: 0;
251253 margin: 0;
252254 margin-left: -1px;
Index: trunk/phase3/skins/vector/main-rtl.css
@@ -246,6 +246,8 @@
247247 border: solid 1px silver;
248248 border-top-width: 0;
249249 list-style: none;
 250+ list-style-image: none;
 251+ list-style-type: none;
250252 padding: 0;
251253 margin: 0;
252254 margin-right: -1px;

Follow-up revisions

RevisionCommit summaryAuthorDate
r54742Merge some fixes to Vector skin from trunk:...brion20:57, 10 August 2009

Status & tagging log