Difference between revisions of "MediaWiki: Tweeki.css"

From CNC.xyz Wiki
Jump to: navigation, search
Line 8: Line 8:
 
     font-size: 30px;
 
     font-size: 30px;
 
     line-height: 20px;
 
     line-height: 20px;
 +
}
 +
 +
.with-navbar.with-navbar-fixed {
 +
    padding-top: 0;
 
}
 
}

Revision as of 01:05, January 18, 2019

/* CSS placed here will affect users of the Tweeki skin */

.navbar-inverse {
background-image: none !important;
}

.navbar-brand {
    font-size: 30px;
    line-height: 20px;
}

.with-navbar.with-navbar-fixed {
    padding-top: 0;
}