Difference between revisions of "MediaWiki: Common.css"

From Knowledge Federation
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
* {
 
margin: 0;
 
padding: 0;
 
border: 0;
 
font: inherit;
 
vertical-align: baseline;
 
}
 
  
  

Revision as of 10:47, 6 April 2018

/* CSS placed here will be applied to all skins */





.firstHeading {
        text-align: left;
}

#toc {
  display:block;
}