Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| Line 6: | Line 6: | ||
#footer-icons { | #footer-icons { | ||
| + | display: none; | ||
| + | } | ||
| + | |||
| + | #p-namespaces { | ||
display: none; | display: none; | ||
} | } | ||
.mw-body { | .mw-body { | ||
| − | margin-left: | + | margin-left: 12em; |
} | } | ||
Revision as of 13:09, 1 December 2018
/* CSS placed here will be applied to all skins */
#footer-places {
display: none;
}
#footer-icons {
display: none;
}
#p-namespaces {
display: none;
}
.mw-body {
margin-left: 12em;
}
.mw-navigation {
white-space: nowrap;
}