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;
   margin-bottom: 30px;
+
   margin-bottom: 100px;
 
}
 
}
  

Revision as of 10:58, 6 April 2018

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



.navbar {
   background-color: yellow;
   background-image: none;
   margin-bottom: 100px;
}

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

.firstHeading {
   text-align: left;
}

#toc {
  display:block;
}