Difference between revisions of "MediaWiki: Common.css"

From Knowledge Federation
Jump to: navigation, search
Line 4: Line 4:
  
 
.navbar {
 
.navbar {
   background-color: yellow;
+
   background-color: none;
 
   background-image: none;
 
   background-image: none;
 
   height: 70px;
 
   height: 70px;
 
   padding-top: 10px;
 
   padding-top: 10px;
 +
  border: none;
 
}
 
}
  

Revision as of 11:13, 6 April 2018

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



.navbar {
   background-color: none;
   background-image: none;
   height: 70px;
   padding-top: 10px;
   border: none;
}

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

.firstHeading {
   text-align: left;
}

#contentwrapper {
   padding-top: 80px;
}

#toc {
  display:block;
}