Changing HD threshold to 1000px per request.
authorKaldari <rkaldari@wikimedia.org>
Fri, 11 May 2012 20:36:25 +0000 (13:36 -0700)
committerKaldari <rkaldari@wikimedia.org>
Fri, 11 May 2012 21:13:48 +0000 (14:13 -0700)
Apparently iPhone and iPad use 980px width and the new layout doesn't
give enough room to the content area according to Heather.

Patchset 2: adjusting per comment
Change-Id: Ie6b0474f285366d0bfedb6393d1d6f65b55fc604

resources/Resources.php

index f186183..34b9be6 100644 (file)
@@ -76,7 +76,7 @@ return array(
                        'common/commonContent.css' => array( 'media' => 'screen' ),
                        'common/commonInterface.css' => array( 'media' => 'screen' ),
                        'vector/screen.css' => array( 'media' => 'screen' ),
-                       'vector/screen-hd.css' => array( 'media' => 'screen and (min-width: 900px)' ),
+                       'vector/screen-hd.css' => array( 'media' => 'screen and (min-width: 982px)' ),
                ),
                'scripts' => 'vector/vector.js',
                'remoteBasePath' => $GLOBALS['wgStylePath'],