From: James D. Forrester Date: Tue, 29 Apr 2014 23:34:15 +0000 (-0700) Subject: Vector: Remove backwards-compatible #bodyContent selector X-Git-Tag: 1.31.0-rc.0~15050^2 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=991f0cf43fdaab06025bbc64c84d4fb44c0400c9;p=lhc%2Fweb%2Fwiklou.git Vector: Remove backwards-compatible #bodyContent selector The selector for #bodyContent was needed for a period of 31 days after 9c8592fe was deployed (i.e., until 1 June 2014), as cache breakage avoidance from the switch to using .mw-body-content as the selector. Change-Id: Id3e83fa9bc6188627c0e9e2290bf8594bf4298d8 --- diff --git a/skins/Vector/components/common.less b/skins/Vector/components/common.less index f70c7a4892..33cd230592 100644 --- a/skins/Vector/components/common.less +++ b/skins/Vector/components/common.less @@ -127,8 +127,6 @@ pre, .mw-code { vertical-align: text-bottom; } -/* TODO: Remove #bodyContent selector (kept for backwards compatibility with cached html) */ -#bodyContent, .mw-body-content { position: relative; line-height: @content-line-height;