Difference between revisions of "MediaWiki:Vector.css"

From SDS
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will affect users of the Vector skin: →‎* Hide sidebar *: div#mw-panel { display: none; } #left-navigation { left: 1em; } #mw-head-base, div#content...")
 
 
Line 1: Line 1:
 
/* CSS placed here will affect users of the Vector skin */
 
/* CSS placed here will affect 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 12:02, 21 April 2014

/* CSS placed here will affect users of the Vector skin */