Drop responsive Monobook IE8 support
Bug: T259316 Change-Id: I85c198601291327bb5edff6d440ce143b8887756
This commit is contained in:
parent
bce6d15d35
commit
5ca99813d0
2 changed files with 1 additions and 5 deletions
|
@ -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' );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue