Revert "Overriding Vector's footer margin when in print mode"
authorMatmarex <matma.rex@gmail.com>
Sat, 16 Feb 2013 21:53:23 +0000 (21:53 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Sat, 16 Feb 2013 21:53:23 +0000 (21:53 +0000)
This reverts commit 2b9e9f6a4a4c3bcfe04270194fd4f9a5b9f5a931

No longer necessary after I66d40673 was merged to fix
the underlying issue.

Change-Id: I1bbc7220f53d83071672cf727fa00c3d74bc5cbc

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

index 8a760ac..9987ee1 100644 (file)
@@ -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 (file)
index 1bc0146..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-div#footer {
-       margin-left: 0;
-}