Difference between revisions of "MediaWiki:Print.css"
From 1MinuteSite Wiki
Line 2: | Line 2: | ||
<pre> */ | <pre> */ | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
#firstHeading { | #firstHeading { | ||
margin: 0px; | margin: 0px; | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
h2, h3, h4, h5, h6, h7 { | h2, h3, h4, h5, h6, h7 { | ||
page-break-after: avoid; | page-break-after: avoid; |
Latest revision as of 15:01, 10 February 2011
<p>/* CSS placed here will affect the print output */ /*</p> <pre> */ #firstHeading { margin: 0px; } h2, h3, h4, h5, h6, h7 { page-break-after: avoid; } p { widows: 3; orphans: 3; } #footer { display: none; } /* </pre> <p>*/</p>