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 @@
28
28
29
29
#mwe-upwiz-steps li {
30
30
color: #666666;
31
+ margin-right: -1px;
31
32
}
32
33
33
34
#mwe-upwiz-steps li.head {
Status & tagging log
01:07, 5 January 2011
Reedy
(
talk
|
contribs
)
changed the
status
of r77126
[
removed:
new
added:
deferred]