Difference between revisions of "MediaWiki: Common.css"

From Knowledge Federation
Jump to: navigation, search
Line 15: Line 15:
 
.firstHeading {
 
.firstHeading {
 
   text-align: left;
 
   text-align: left;
 +
}
 +
 +
#contentwrapper {
 +
  padding-top: 70px;
 
}
 
}
  

Revision as of 11:08, 6 April 2018

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



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

.navbar-brand {
   padding-left: 30px;
}

.firstHeading {
   text-align: left;
}

#contentwrapper {
   padding-top: 70px;
}

#toc {
  display:block;
}