Difference between revisions of "MediaWiki:Vector.css"
(No difference)
|
Revision as of 18:31, 19 January 2018
/* CSS placed here will affect users of the Vector skin */
/** Hide sidebar **/
div#mw-panel {
display: none;
}
#left-navigation {
left: 1em;
}
#mw-head-base,
div#content,
div#footer {
margin-left: 1em;
}