From: kaldari Date: Tue, 10 Jun 2014 00:48:56 +0000 (-0700) Subject: Make Minerva skin opt out of parsoid style module X-Git-Tag: 1.31.0-rc.0~15418^2 X-Git-Url: http://git.cyclocoop.org/%7B%7B%20url_for%28%27admin_vote_del%27%2C%20idvote=vote.voteid%29%20%7D%7D?a=commitdiff_plain;h=eee42380952835112eebf785425d4f8d6d0b6ee2;p=lhc%2Fweb%2Fwiklou.git Make Minerva skin opt out of parsoid style module These styles are mostly Vectorish, so shouldn't be applied to the Minerva skin that is provided in MobileFrontend. We set our own parsoid styles in VisualEditorOverlay.less. Change-Id: I11a75c5552fa14ad119ad60bb5fa3f6185582429 Dependency: I5de12c97108dcb6e41ac8c34b17ff993d2e65249 --- diff --git a/resources/Resources.php b/resources/Resources.php index d7df027c0c..f960bf7acd 100644 --- a/resources/Resources.php +++ b/resources/Resources.php @@ -113,6 +113,7 @@ return array( // skin over-rides common content styling. 'skinStyles' => array( 'default' => 'resources/src/mediawiki.skinning/content.parsoid.less', + 'minerva' => array(), ), 'targets' => array( 'desktop', 'mobile' ), ),