MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.mw-body-content { | @media only screen and (min-width: 1100px) { | ||
.mw-body-content { | |||
width: 1000px; | |||
margin-left: 0; | |||
margin-right: auto; | |||
} | |||
} | } | ||
Latest revision as of 22:10, 17 January 2018
/* CSS placed here will be applied to all skins */
@media only screen and (min-width: 1100px) {
.mw-body-content {
width: 1000px;
margin-left: 0;
margin-right: auto;
}
}