From 991f0cf43fdaab06025bbc64c84d4fb44c0400c9 Mon Sep 17 00:00:00 2001 From: "James D. Forrester" Date: Tue, 29 Apr 2014 16:34:15 -0700 Subject: [PATCH] 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 --- skins/Vector/components/common.less | 2 -- 1 file changed, 2 deletions(-) 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; -- 2.20.1