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;
 +
  padding-bottom: 30px;
 
}
 
}
  
 
.navbar-brand {
 
.navbar-brand {
  padding-bottom: 30px;
 
 
   padding-left: 30px;
 
   padding-left: 30px;
 
}
 
}

Revision as of 10:57, 6 April 2018

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



.navbar {
   background-color: yellow;
   background-image: none;
   padding-bottom: 30px;
}

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

.firstHeading {
   text-align: left;
}

#toc {
  display:block;
}