Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
(Created page with "→CSS placed here will be applied to all skins: globalWrapper { position:relative; font-size: 127%; width: 600px; margin-left:auto; margin-right:auto; padding: 0; }") |
|||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
| − | + | #bodyContent { | |
| − | + | width: 600px; margin-left:auto; margin-right:auto; padding: 0; | |
} | } | ||
Revision as of 16:18, 14 April 2020
/* CSS placed here will be applied to all skins */
#bodyContent {
width: 600px; margin-left:auto; margin-right:auto; padding: 0;
}