From 5ca99813d06a03cb3aeb4b201df7d8e6d9d16c98 Mon Sep 17 00:00:00 2001 From: jdlrobson Date: Tue, 4 Aug 2020 14:25:06 -0700 Subject: [PATCH] Drop responsive Monobook IE8 support Bug: T259316 Change-Id: I85c198601291327bb5edff6d440ce143b8887756 --- includes/SkinMonoBook.php | 4 ---- skin.json | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/includes/SkinMonoBook.php b/includes/SkinMonoBook.php index 71044a1..b954556 100644 --- a/includes/SkinMonoBook.php +++ b/includes/SkinMonoBook.php @@ -69,10 +69,6 @@ class SkinMonoBook extends SkinTemplate { 'mediawiki.skinning.content.externallinks', $styleModule ] ); - - // Force desktop styles in IE 8-; no support for @media widths - // FIXME: Remove conditional comment dependency. - $out->addStyle( $this->stylename . '/resources/screen-desktop.css', 'screen', 'lt IE 9' ); } /** diff --git a/skin.json b/skin.json index f4379b0..492e8cb 100644 --- a/skin.json +++ b/skin.json @@ -11,7 +11,7 @@ "license-name": "GPL-2.0-or-later", "type": "skin", "requires": { - "MediaWiki": ">= 1.29.0" + "MediaWiki": ">= 1.36.0" }, "ValidSkinNames": { "monobook": "MonoBook"