From: Fomafix Date: Fri, 11 Apr 2014 10:00:49 +0000 (+0000) Subject: Remove #bodyContent { width: 100%; } X-Git-Tag: 1.31.0-rc.0~16168^2 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=35722a026933680d9103ce691b4391a8cb2a704a;p=lhc%2Fweb%2Fwiklou.git Remove #bodyContent { width: 100%; } The container #bodyContent is a div element with the default width auto. Change-Id: If05afc14f7b1ff9b34d2daf293ade6cb6a97493e --- diff --git a/skins/vector/components/common.less b/skins/vector/components/common.less index 25ba301f1e..76d1873016 100644 --- a/skins/vector/components/common.less +++ b/skins/vector/components/common.less @@ -129,7 +129,6 @@ pre, .mw-code { #bodyContent { position: relative; - width: 100%; line-height: @content-line-height; font-size: @content-font-size; }