Difference between revisions of "MediaWiki: Common.css"

From Knowledge Federation
Jump to: navigation, search
Line 5: Line 5:
 
.navbar {
 
.navbar {
 
   background-color: yellow;
 
   background-color: yellow;
 +
  background-image: none;
 
}
 
}
  

Revision as of 10:50, 6 April 2018

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



.navbar {
   background-color: yellow;
   background-image: none;
}

.firstHeading {
   text-align: left;
}

#toc {
  display:block;
}