MediaWiki:Print.css: Difference between revisions

From ShawnReevesWiki
Jump to navigationJump to search
No edit summary
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will affect the print output */
/* CSS placed here will affect the print output */
body {
body {
width:5.5in;
font-family:Palatino,"Times New Roman",Georgia,Serif;
margin-left: 1in;
margin-top: 0.8 in;
margin-right: 1in;
margin-left: 0.8in;
margin-right: 0.8in;
margin-bottom: 0.8in;


}
}

Latest revision as of 11:05, 18 May 2010

/* CSS placed here will affect the print output */
body {
font-family:Palatino,"Times New Roman",Georgia,Serif;
margin-top: 0.8 in;
margin-left: 0.8in;
margin-right: 0.8in;
margin-bottom: 0.8in;

}