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; }")
     
    mNo edit summary
    Tag: Manual revert
     
    (2 intermediate revisions by the same user not shown)
    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;
    }
    }

    Latest revision as of 01:59, 6 April 2022

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