Difference between revisions of "MediaWiki:Vector.css"

From BTGuard Wiki
Jump to: navigation, search
 
Line 1: Line 1:
 
/* CSS placed here will affect users of the Vector skin */
 
/* CSS placed here will affect users of the Vector skin */
 
/* Fix sidebar */
 
div#mw-panel { position: fixed;
 
  overflow: auto;
 
  top: 150px;
 
  bottom: 0px;
 
  height: 100%;
 
  background-color: #F6F6F6;
 
  border-right: 1px solid #A7D7F9;
 
}
 

Latest revision as of 12:30, 19 April 2013

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