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 {
width:7in;
width:6.9in;
margin-left: 0.7in;
margin-left: 0.7in;
margin-right: 0.5in;
margin-right: 0.5in;


}
}

Revision as of 11:53, 5 May 2010

/* CSS placed here will affect the print output */
body {
width:6.9in;
	margin-left: 0.7in;
	margin-right: 0.5in;

}