From: Matmarex Date: Sat, 16 Feb 2013 21:53:23 +0000 (+0000) Subject: Revert "Overriding Vector's footer margin when in print mode" X-Git-Tag: 1.31.0-rc.0~20666^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/%7B%7B%20url_for%28%27admin_users%27%29%20%7D%7D?a=commitdiff_plain;h=0c8618354448631511a5a393a8a1a0e8812abec2;p=lhc%2Fweb%2Fwiklou.git Revert "Overriding Vector's footer margin when in print mode" This reverts commit 2b9e9f6a4a4c3bcfe04270194fd4f9a5b9f5a931 No longer necessary after I66d40673 was merged to fix the underlying issue. Change-Id: I1bbc7220f53d83071672cf727fa00c3d74bc5cbc --- diff --git a/resources/Resources.php b/resources/Resources.php index 8a760ac3d4..9987ee1dca 100644 --- a/resources/Resources.php +++ b/resources/Resources.php @@ -97,7 +97,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; -}