Fixed IE bug that caused some rendering problems with floated content because of...
authorTrevor Parscal <tparscal@users.mediawiki.org>
Thu, 9 Jul 2009 17:08:30 +0000 (17:08 +0000)
committerTrevor Parscal <tparscal@users.mediawiki.org>
Thu, 9 Jul 2009 17:08:30 +0000 (17:08 +0000)
skins/vector/main-ltr.css
skins/vector/main-rtl.css

index 445d5bc..a47f182 100644 (file)
@@ -892,5 +892,6 @@ span.newpage, span.minor, span.bot {
 
 div#bodyContent {
        position: relative;
+       width: 100%;
 }
 
index 07b7534..317e891 100644 (file)
@@ -944,5 +944,6 @@ table.mw_metadata td {
 
 div#bodyContent {
        position: relative;
+       width: 100%;
 }