https://www.mediawiki.org/wiki/Special:Code/MediaWiki/113566

Revision: 113566
Author:   dantman
Date:     2012-03-10 22:26:40 +0000 (Sat, 10 Mar 2012)
Log Message:
-----------
Move printfooter hiding css from multiple stylesheets into shared.css where it 
should belong.

Modified Paths:
--------------
    trunk/phase3/skins/chick/main.css
    trunk/phase3/skins/common/oldshared.css
    trunk/phase3/skins/common/shared.css
    trunk/phase3/skins/modern/main.css
    trunk/phase3/skins/monobook/main.css
    trunk/phase3/skins/simple/main.css
    trunk/phase3/skins/vector/screen.css

Modified: trunk/phase3/skins/chick/main.css
===================================================================
--- trunk/phase3/skins/chick/main.css   2012-03-10 22:25:05 UTC (rev 113565)
+++ trunk/phase3/skins/chick/main.css   2012-03-10 22:26:40 UTC (rev 113566)
@@ -354,10 +354,6 @@
 
 .templatesUsed { margin-top: 1.5em; }
 
-.printfooter {
-       display: none;
-}
-
 #footer {
        background-color: white;
        border-top: 1px solid #fabd23;

Modified: trunk/phase3/skins/common/oldshared.css
===================================================================
--- trunk/phase3/skins/common/oldshared.css     2012-03-10 22:25:05 UTC (rev 
113565)
+++ trunk/phase3/skins/common/oldshared.css     2012-03-10 22:26:40 UTC (rev 
113566)
@@ -55,12 +55,6 @@
        font-style: italic;
 }
 
-
-/* Print-specific things to hide */
-.printfooter {
-       display: none;
-}
-
 /* table standards */
 table.rimage {
        float: right;

Modified: trunk/phase3/skins/common/shared.css
===================================================================
--- trunk/phase3/skins/common/shared.css        2012-03-10 22:25:05 UTC (rev 
113565)
+++ trunk/phase3/skins/common/shared.css        2012-03-10 22:26:40 UTC (rev 
113566)
@@ -1034,6 +1034,11 @@
        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;

Modified: trunk/phase3/skins/modern/main.css
===================================================================
--- trunk/phase3/skins/modern/main.css  2012-03-10 22:25:05 UTC (rev 113565)
+++ trunk/phase3/skins/modern/main.css  2012-03-10 22:26:40 UTC (rev 113566)
@@ -278,10 +278,6 @@
        margin: 0 0 0 0;
 }
 
-div.printfooter {
-       display: none;
-}
-
 p {
        margin: 1em 0 1em 0;
 }

Modified: trunk/phase3/skins/monobook/main.css
===================================================================
--- trunk/phase3/skins/monobook/main.css        2012-03-10 22:25:05 UTC (rev 
113565)
+++ trunk/phase3/skins/monobook/main.css        2012-03-10 22:26:40 UTC (rev 
113566)
@@ -759,10 +759,6 @@
        margin: 5px;
 }
 
-.printfooter {
-       display: none;
-}
-
 div.patrollink {
        clear: both;
 }

Modified: trunk/phase3/skins/simple/main.css
===================================================================
--- trunk/phase3/skins/simple/main.css  2012-03-10 22:25:05 UTC (rev 113565)
+++ trunk/phase3/skins/simple/main.css  2012-03-10 22:26:40 UTC (rev 113566)
@@ -372,9 +372,6 @@
 #p-cactions {
        background-color: inherit;
 }
-div.printfooter {
-       display: none;
-}
 
 #footer {
        padding-left: 11.8em;

Modified: trunk/phase3/skins/vector/screen.css
===================================================================
--- trunk/phase3/skins/vector/screen.css        2012-03-10 22:25:05 UTC (rev 
113565)
+++ trunk/phase3/skins/vector/screen.css        2012-03-10 22:26:40 UTC (rev 
113566)
@@ -762,9 +762,6 @@
        padding-right: 13px;
 }
 
-div#content .printfooter {
-       display: none;
-}
 /* Icon for Usernames */
 #pt-userpage,
 #pt-anonuserpage,


_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to