MediaWiki:Print.css: Difference between revisions

    From Gallowpedia, the MediEvil Wiki. You'll be dying to read!
    (Created page with "→‎CSS placed here will affect the print output: #footer-places { display: none; }")
     
    No edit summary
    Line 1: Line 1:
    /* CSS placed here will affect the print output */
    /* CSS placed here will affect the print output */


    #footer-places {
    #footer, .navbox {
       display: none;
       display: none;
    }
    }

    Revision as of 01:51, 6 April 2022

    /* CSS placed here will affect the print output */
    
    #footer, .navbox {
       display: none;
    }