Revert "Overriding Vector's footer margin when in print mode"
authorMatthew Flaschen <mflaschen@wikimedia.org>
Mon, 14 Jan 2013 03:40:18 +0000 (22:40 -0500)
committerGerrit Code Review <gerrit@wikimedia.org>
Fri, 18 Jan 2013 05:40:31 +0000 (05:40 +0000)
This is not necessary since stylesheets with screen media queries are no longer shown in print mode.

This reverts commit 2b9e9f6a4a4c3bcfe04270194fd4f9a5b9f5a931.

Change-Id: I645f25837275bdddf9e6389e2ace279fd46b7c12

resources/Resources.php
skins/vector/print.css [deleted file]

index 54b5fc1..f279c84 100644 (file)
@@ -101,7 +101,6 @@ return array(
                        'common/commonInterface.css' => array( 'media' => 'screen' ),
                        'vector/screen.css' => array( 'media' => 'screen' ),
                        'vector/screen-hd.css' => array( 'media' => 'screen and (min-width: 982px)' ),
-                       'vector/print.css' => array( 'media' => 'print' ),
                ),
                'scripts' => 'vector/vector.js',
                'remoteBasePath' => $GLOBALS['wgStylePath'],
diff --git a/skins/vector/print.css b/skins/vector/print.css
deleted file mode 100644 (file)
index 1bc0146..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-div#footer {
-       margin-left: 0;
-}