MediaWiki:Print.css: Difference between revisions

From ShawnReevesWiki
Jump to navigationJump to search
Created page with 'CSS placed here will affect the print output: body { margin-left: 10px; margin-right: 10px; }'
 
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-left: 10px;
margin-left: 20px;
margin-right: 10px;
margin-right: 20px;
}
}

Revision as of 11:36, 5 May 2010

/* CSS placed here will affect the print output */
body {
	margin-left: 20px;
	margin-right: 20px;
}