MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
Created page with "→All CSS here will be loaded for 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; }" |
(No difference)
|
Revision as of 10:33, 6 September 2022
/* All CSS here will be loaded for 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;
}