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 @@
893893
894894 div#bodyContent {
895895 position: relative;
 896+ width: 100%;
896897 }
897898
Index: trunk/phase3/skins/vector/main-rtl.css
@@ -944,5 +944,6 @@
945945
946946 div#bodyContent {
947947 position: relative;
 948+ width: 100%;
948949 }
949950

Follow-up revisions

RevisionCommit summaryAuthorDate
r53410Merging UI fixes from trunk; second batch from http://www.mediawiki.org/wiki/......brion18:05, 17 July 2009

Status & tagging log