r77126 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r77125‎ | r77126 | r77127 >
Date:01:07, 23 November 2010
Author:tparscal
Status:deferred
Tags:
Comment:
IE fix for off-by-one errors which occur when % is used for widths in a set of multiple items. This allows each item to begin -1px to the left, leaving 1px of extra space per item, which in this case is not visible.
Modified paths:
  • /trunk/extensions/UploadWizard/resources/uploadWizard.css (modified) (history)

Diff [purge]

Index: trunk/extensions/UploadWizard/resources/uploadWizard.css
@@ -27,6 +27,7 @@
2828
2929 #mwe-upwiz-steps li {
3030 color: #666666;
 31+ margin-right: -1px;
3132 }
3233
3334 #mwe-upwiz-steps li.head {

Status & tagging log