From 7a8436801d5992d6a418e7e07697cc6cb9834b1f Mon Sep 17 00:00:00 2001 From: Matthew Flaschen Date: Sun, 13 Jan 2013 22:40:18 -0500 Subject: [PATCH] Revert "Overriding Vector's footer margin when in print mode" 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 | 1 - skins/vector/print.css | 3 --- 2 files changed, 4 deletions(-) delete mode 100644 skins/vector/print.css diff --git a/resources/Resources.php b/resources/Resources.php index 54b5fc117b..f279c848f5 100644 --- a/resources/Resources.php +++ b/resources/Resources.php @@ -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 index 1bc0146651..0000000000 --- a/skins/vector/print.css +++ /dev/null @@ -1,3 +0,0 @@ -div#footer { - margin-left: 0; -} -- 2.20.1