MediaWiki:Vector.css: Difference between revisions

From aurawatch
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:
#left-navigation {
#left-navigation {
   left: 1em;
   left: 1em;
}
#mw-head-base,
#content,
#footer {
  margin-left: 1em;
}
}

Revision as of 03:06, 30 April 2020

/* CSS placed here will affect users of the Vector skin */
/** Hide sidebar **/
#mw-panel {
  display: none;
}
#left-navigation {
  left: 1em;
}