MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 6: | Line 6: | ||
#left-navigation { | #left-navigation { | ||
left: 1em; | left: 1em; | ||
} | } | ||
Revision as of 04:06, 30 April 2020
/* CSS placed here will affect users of the Vector skin */
/** Hide sidebar **/
#mw-panel {
display: none;
}
#left-navigation {
left: 1em;
}