Vector: Remove backwards-compatible #bodyContent selector
authorJames D. Forrester <jforrester@wikimedia.org>
Tue, 29 Apr 2014 23:34:15 +0000 (16:34 -0700)
committerJames D. Forrester <jforrester@wikimedia.org>
Mon, 7 Jul 2014 22:30:42 +0000 (15:30 -0700)
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

index f70c7a4..33cd230 100644 (file)
@@ -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;