Difference between revisions of "MediaWiki:Common.css"
Line 1: | Line 1: | ||
/** CSS placed here will be applied to all skins **/ | /** CSS placed here will be applied to all skins **/ | ||
+ | |||
+ | #globalWrapper { | ||
+ | position:relative; | ||
+ | width: 700px; | ||
+ | margin-left:auto; | ||
+ | margin-right:auto; | ||
+ | padding: 0; | ||
+ | } |
Revision as of 08:57, 11 July 2013
/** CSS placed here will be applied to all skins **/ #globalWrapper { position:relative; width: 700px; margin-left:auto; margin-right:auto; padding: 0; }