Move printfooter hiding css from multiple stylesheets into shared.css where it should...
authorDaniel Friesen <dantman@users.mediawiki.org>
Sat, 10 Mar 2012 22:26:40 +0000 (22:26 +0000)
committerDaniel Friesen <dantman@users.mediawiki.org>
Sat, 10 Mar 2012 22:26:40 +0000 (22:26 +0000)
skins/chick/main.css
skins/common/oldshared.css
skins/common/shared.css
skins/modern/main.css
skins/monobook/main.css
skins/simple/main.css
skins/vector/screen.css

index 3787d82..ba689b0 100644 (file)
@@ -354,10 +354,6 @@ div.gallerybox {
 
 .templatesUsed { margin-top: 1.5em; }
 
-.printfooter {
-       display: none;
-}
-
 #footer {
        background-color: white;
        border-top: 1px solid #fabd23;
index 84d42c9..6dcdf6f 100644 (file)
@@ -55,12 +55,6 @@ div.floatleft p {
        font-style: italic;
 }
 
-
-/* Print-specific things to hide */
-.printfooter {
-       display: none;
-}
-
 /* table standards */
 table.rimage {
        float: right;
index b7d2ee1..54e76a7 100644 (file)
@@ -1034,6 +1034,11 @@ table.floatleft {
        zoom: 1; /* http://webaim.org/techniques/skipnav/#iequirk */
 }
 
+/* Print footer should be hidden by default in screen. */
+.printfooter {
+       display: none;
+}
+
 /* For developpers */
 .xdebug-error {
        position: absolute;
index 1748156..5d6eb0b 100644 (file)
@@ -278,10 +278,6 @@ img {
        margin: 0 0 0 0;
 }
 
-div.printfooter {
-       display: none;
-}
-
 p {
        margin: 1em 0 1em 0;
 }
index 9a8eac1..868d32e 100644 (file)
@@ -759,10 +759,6 @@ div#userloginForm .captcha {
        margin: 5px;
 }
 
-.printfooter {
-       display: none;
-}
-
 div.patrollink {
        clear: both;
 }
index b2e70ba..dbcf199 100644 (file)
@@ -372,9 +372,6 @@ li.new {
 #p-cactions {
        background-color: inherit;
 }
-div.printfooter {
-       display: none;
-}
 
 #footer {
        padding-left: 11.8em;
index 60b6188..d48b5f8 100644 (file)
@@ -762,9 +762,6 @@ div#content a.external[href *=".pdf?"], div#content a.external[href *=".PDF?"],
        padding-right: 13px;
 }
 
-div#content .printfooter {
-       display: none;
-}
 /* Icon for Usernames */
 #pt-userpage,
 #pt-anonuserpage,