MediaWiki:Print.css: Difference between revisions

From evermeet.cx Wiki
Jump to navigation Jump to search
Created page with "CSS placed here will affect the print output: div#breadcrumbs { 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 */
/* hide breadcrumbs from the page's print version */


div#breadcrumbs {
div#breadcrumbs {
     display: none;
     display: none;
}
}

Latest revision as of 01:51, 15 October 2017

/* CSS placed here will affect the print output */

/* hide breadcrumbs from the page's print version */

div#breadcrumbs {
    display: none;
}