Jdlrobson has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/92658


Change subject: Add missing media screen
......................................................................

Add missing media screen

This prevents styles overriding the print stylesheet

Bug: 56366
Change-Id: I9b5aad17a4fbd0ea2b38504f2de730d1df2cc8d7
---
M resources/Resources.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/58/92658/1

diff --git a/resources/Resources.php b/resources/Resources.php
index 8809227..e3bd4ed 100644
--- a/resources/Resources.php
+++ b/resources/Resources.php
@@ -92,7 +92,7 @@
                        'common/commonElements.css' => array( 'media' => 
'screen' ),
                        'common/commonContent.css' => array( 'media' => 
'screen' ),
                        'common/commonInterface.css' => array( 'media' => 
'screen' ),
-                       'vector/styles.less',
+                       'vector/styles.less' => array( 'media' => 'screen' ),
                ),
                'remoteBasePath' => $GLOBALS['wgStylePath'],
                'localBasePath' => $GLOBALS['wgStyleDirectory'],

-- 
To view, visit https://gerrit.wikimedia.org/r/92658
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I9b5aad17a4fbd0ea2b38504f2de730d1df2cc8d7
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Jdlrobson <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to