Difference between revisions of "MediaWiki: Common.css"
From PrimeFish Wiki
(Created page with "→CSS placed here will be applied to all skins: .navbar-brand img { width:100px; height: 45px; }") |
|||
Line 1: | Line 1: | ||
+ | |||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
− | .navbar-brand img { | + | |
− | width:100px; | + | .navbar-brand img { width:100px; height: 45px; margin-top: -5px; } |
− | height: 45px; | + | .strong-text { font-weight: bold; } |
− | } |
Revision as of 14:21, 8 August 2017
/* CSS placed here will be applied to all skins */ .navbar-brand img { width:100px; height: 45px; margin-top: -5px; } .strong-text { font-weight: bold; }