mediawiki-skins-Citizen/resources/print.css
2016-12-09 04:50:00 -05:00

10 lines
223 B
CSS

/* Styles for print view and printing */
/* Hide some extra stuff from print view (some of the navigation is already hidden automatically, but not all) */
.mw-indicators,
#p-logo,
#catlinks,
#mw-footer {
display: none;
}