r52986 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r52985
|
r52986
|
r52987
>
Date:
17:08, 9 July 2009
Author:
tparscal
Status:
ok
Tags:
Comment:
Fixed IE bug that caused some rendering problems with floated content because of the assumed width of bodyContent.
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
—
—
@@ -892,5 +892,6 @@
893
893
894
894
div#bodyContent {
895
895
position: relative;
896
+ width: 100%;
896
897
}
897
898
Index: trunk/phase3/skins/vector/main-rtl.css
—
—
@@ -944,5 +944,6 @@
945
945
946
946
div#bodyContent {
947
947
position: relative;
948
+ width: 100%;
948
949
}
949
950
Follow-up revisions
Revision
Commit summary
Author
Date
r53410
Merging UI fixes from trunk; second batch from
http://www.mediawiki.org/wiki/...
...
brion
18:05, 17 July 2009
Status & tagging log
01:08, 18 January 2012
Siebrand
(
talk
|
contribs
)
changed the
tags
for r52986
[
removed:
wmf-deployment]
16:47, 27 October 2009
Catrope
(
talk
|
contribs
)
changed the
tags
for r52986
[
removed:
acaifix]
17:29, 17 July 2009
Brion VIBBER
(
talk
|
contribs
)
changed the
tags
for r52986
[
added:
wmf-deployment]
17:29, 17 July 2009
Brion VIBBER
(
talk
|
contribs
)
changed the
status
of r52986
[
removed:
new
added:
ok]
22:02, 10 July 2009
Catrope
(
talk
|
contribs
)
changed the
tags
for r52986
[
added:
acaifix]