MediaWiki:Common.css
From ThorxWiki
(Difference between revisions)
(atleft and atright) |
(floatcenter) |
||
Line 1: | Line 1: | ||
/** CSS placed here will be applied to all skins */ |
/** CSS placed here will be applied to all skins */ |
||
− | .atcenter{ margin-left: auto; margin-right: auto;} |
+ | .floatcenter{ margin-left: auto; margin-right: auto;} |
− | .atleft{ margin-left: 0; margin-right: auto;} |
||
− | .atright{ margin-left: auto; margin-right: 0;} |
Latest revision as of 21:52, 10 September 2014
/** CSS placed here will be applied to all skins */ .floatcenter{ margin-left: auto; margin-right: auto;}