Vector: Remove media=screen from skins.vector.beta module
authorTimo Tijhof <krinklemail@gmail.com>
Wed, 30 Oct 2013 20:25:31 +0000 (21:25 +0100)
committerTimo Tijhof <krinklemail@gmail.com>
Wed, 30 Oct 2013 20:25:51 +0000 (21:25 +0100)
Follows-up 8b6ed4d

Change-Id: Iee20d5003470b794e288c0e40842696b2b6dccb0

resources/Resources.php

index 8809227..5dc1a79 100644 (file)
@@ -103,7 +103,7 @@ return array(
                        'common/commonElements.css' => array( 'media' => 'screen' ),
                        'common/commonContent.css' => array( 'media' => 'screen' ),
                        'common/commonInterface.css' => array( 'media' => 'screen' ),
-                       'vector/styles-beta.less' => array( 'media' => 'screen' ),
+                       'vector/styles-beta.less',
                ),
                'remoteBasePath' => $GLOBALS['wgStylePath'],
                'localBasePath' => $GLOBALS['wgStyleDirectory'],