diff --git a/includes/templates/Footer.mustache b/includes/templates/Footer.mustache index a3218e41..9a00f7e7 100644 --- a/includes/templates/Footer.mustache +++ b/includes/templates/Footer.mustache @@ -20,5 +20,4 @@ {{#data-info}}{{>Footer__row}}{{/data-info}} {{#data-places}}{{>Footer__row}}{{/data-places}} {{#data-icons}}{{>Footer__row}}{{/data-icons}} -
diff --git a/resources/skins.vector.styles/legacy/layout.less b/resources/skins.vector.styles/legacy/layout.less index 6d49caf0..36c6aeee 100644 --- a/resources/skins.vector.styles/legacy/layout.less +++ b/resources/skins.vector.styles/legacy/layout.less @@ -61,13 +61,6 @@ body { z-index: @z-index-base; } -#bodyContent { - // Clearfix here for legacy reasons of floated children (gadgets?), - // to be revisited to clarify historic need and possibly remove. - // Only apply to the main content area (T263445) - .mixin-clearfix(); -} - /* Head */ #mw-page-base { .vertical-gradient( @background-color-base, @background-color-secondary, 50%, 100% ); diff --git a/skin.json b/skin.json index 982ec861..fcc32f8b 100644 --- a/skin.json +++ b/skin.json @@ -12,7 +12,7 @@ "license-name": "GPL-2.0-or-later", "type": "skin", "requires": { - "MediaWiki": ">= 1.35.0" + "MediaWiki": ">= 1.36.0" }, "ValidSkinNames": { "vector": { @@ -119,7 +119,8 @@ "elements": true, "content": true, "interface": true, - "legacy": true + "legacy": true, + "content-parser-output": true }, "targets": [ "desktop",