From: Matthew Flaschen Date: Mon, 14 Jan 2013 03:40:18 +0000 (-0500) Subject: Revert "Overriding Vector's footer margin when in print mode" X-Git-Tag: 1.31.0-rc.0~21005 X-Git-Url: https://git.cyclocoop.org/%27.%24link.%27?a=commitdiff_plain;h=7a8436801d5992d6a418e7e07697cc6cb9834b1f;p=lhc%2Fweb%2Fwiklou.git 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 --- 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; -}