Remove #bodyContent { width: 100%; }
authorFomafix <fomafix@googlemail.com>
Fri, 11 Apr 2014 10:00:49 +0000 (10:00 +0000)
committer[[mw:User:Fomafix]] <gerritpatchuploader@gmail.com>
Fri, 11 Apr 2014 10:00:49 +0000 (10:00 +0000)
The container #bodyContent is a div element with the default width auto.

Change-Id: If05afc14f7b1ff9b34d2daf293ade6cb6a97493e

skins/vector/components/common.less

index 25ba301..76d1873 100644 (file)
@@ -129,7 +129,6 @@ pre, .mw-code {
 
 #bodyContent {
        position: relative;
-       width: 100%;
        line-height: @content-line-height;
        font-size: @content-font-size;
 }