Difference between revisions of "MediaWiki: Common.css"

From Knowledge Federation
Jump to: navigation, search
Line 6: Line 6:
 
   background-color: yellow;
 
   background-color: yellow;
 
   background-image: none;
 
   background-image: none;
 +
}
 +
 +
.navbar-brand {
 +
  margin: 0;
 +
  padding: 0;
 
}
 
}
  

Revision as of 10:52, 6 April 2018

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



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

.navbar-brand {
   margin: 0;
   padding: 0;
}

.firstHeading {
   text-align: left;
}

#toc {
  display:block;
}