MediaWiki:Vector.css: Difference between revisions

From Harrisburg Project | I-Star User Guide
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 edit summary
 
Line 1: Line 1:
/* All CSS here will be loaded for users of the Vector skin */
/* 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;
}

Latest revision as of 08:00, 7 September 2022

/* All CSS here will be loaded for users of the Vector skin */