MediaWiki:Print.css: Difference between revisions
From ShawnReevesWiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will affect the print output */ | /* CSS placed here will affect the print output */ | ||
body { | body { | ||
margin-top: 0.8 in; | |||
margin-left: 0.8in; | margin-left: 0.8in; | ||
margin-right: 0.8in; | margin-right: 0.8in; | ||
margin-bottom: 0.8in; | |||
} | } |