MediaWiki:Monobook.css: Difference between revisions

From ZaberWiki
Jump to navigation Jump to search
(test)
 
No edit summary
Line 1: Line 1:
/* CSS placed here will affect users of the Monobook skin */
/* CSS placed here will affect users of the Monobook skin */


/*Display body content in a narrower column for easier reading*/
/*Display body content in a narrower column for easier reading*/
/*adjust percentages as desired*/
/*adjust percentages as desired*/
div#bodyContent {
div#bodyContent {width: 50%; line-height: 105%;}
  width: 50%;
  line-height: 105%;
}

Revision as of 10:16, 18 May 2007

/* CSS placed here will affect users of the Monobook skin */

/*Display body content in a narrower column for easier reading*/
/*adjust percentages as desired*/
div#bodyContent {width: 50%; line-height: 105%;}