Difference between revisions of "MediaWiki:Common.css"

Jump to navigation Jump to search
no edit summary
(Created page with "→‎CSS placed here will be applied to all skins: #mw-panel { display: none !important; }")
 
/* Hide the sidebar */
/* CSS placed here will be applied to all skins */
#mw-panel {
display: none !important;
}
 
/* Adjust content width */
#content {
margin-left: 0;
}

Navigation menu