Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Tag: Reverted |
Tag: Reverted |
||
| Line 2: | Line 2: | ||
@media screen and (min-width: 982px) { | @media screen and (min-width: 982px) { | ||
#mw-panel { | #mw-panel { | ||
width: | width: 10em; | ||
} | } | ||
.mw-body, #mw-head-base, #left-navigation, #mw-data-after-content, .mw-footer{ | .mw-body, #mw-head-base, #left-navigation, #mw-data-after-content, .mw-footer{ | ||
width: | width: 11em; | ||
} | } | ||
} | } | ||
Revision as of 16:18, 29 October 2021
/* CSS placed here will be applied to all skins */
@media screen and (min-width: 982px) {
#mw-panel {
width: 10em;
}
.mw-body, #mw-head-base, #left-navigation, #mw-data-after-content, .mw-footer{
width: 11em;
}
}