X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=resources%2FResources.php;h=a3c427e0d58043ff4a9c2237dc3a8a9677980710;hb=0e675650aed26a742a9c2173d9469647a9f42bcc;hp=8b0d6755248555a39b4315736fb56eb5a686a70d;hpb=fd3ac84a6b10145fe79a8479bd0e9afc84e3a763;p=lhc%2Fweb%2Fwiklou.git diff --git a/resources/Resources.php b/resources/Resources.php index 8b0d675524..a3c427e0d5 100644 --- a/resources/Resources.php +++ b/resources/Resources.php @@ -135,7 +135,8 @@ return array( 'skins.vector.styles' => array( // Used in the web installer. Test it after modifying this definition! 'styles' => array( - 'vector/styles.less', + 'vector/screen.less' => array( 'media' => 'screen' ), + 'vector/screen-hd.less' => array( 'media' => 'screen and (min-width: 982px)' ), ), 'remoteBasePath' => $GLOBALS['wgStylePath'], 'localBasePath' => $GLOBALS['wgStyleDirectory'],