Difference between revisions of "MediaWiki: Common.css"
From PrimeFish Wiki
| Line 2: | Line 2: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
| − | .navbar-brand { height: 75px!important; } | + | .navbar-brand { height: 75px!important; padding: 20px 15px 15px; } |
.navbar-brand img { width:100px; height: 45px;} | .navbar-brand img { width:100px; height: 45px;} | ||
| Line 9: | Line 9: | ||
.with-navbar.with-navbar-fixed { padding: 85px!important; } | .with-navbar.with-navbar-fixed { padding: 85px!important; } | ||
| + | |||
| + | .navbar-collapse { padding-top: 10px; } | ||
Revision as of 14:38, 8 August 2017
/* CSS placed here will be applied to all skins */
.navbar-brand { height: 75px!important; padding: 20px 15px 15px; }
.navbar-brand img { width:100px; height: 45px;}
.strong-text { font-weight: bold; }
.with-navbar.with-navbar-fixed { padding: 85px!important; }
.navbar-collapse { padding-top: 10px; }
