The Morrissey-solo Wiki is a continual work in progress, most of the data still needs to be populated. See the To Do page if you want to help.
Difference between revisions of "MediaWiki:Print.css"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
/* CSS placed here will affect the print output */ | /* CSS placed here will affect the print output */ | ||
− | blockquote { margin: 1em 40px } | + | blockquote { margin: 1em 40px; } |
.above_body, .below_body, #breadcrumb, #footer, #ad_global_above_footer { display: none; } | .above_body, .below_body, #breadcrumb, #footer, #ad_global_above_footer { display: none; } | ||
html, .body_wrapper { background: none; } | html, .body_wrapper { background: none; } |
Latest revision as of 05:44, 4 May 2012
/* CSS placed here will affect the print output */ blockquote { margin: 1em 40px; } .above_body, .below_body, #breadcrumb, #footer, #ad_global_above_footer { display: none; } html, .body_wrapper { background: none; }