MediaWiki: Common.css: Difference between revisions
From ASDSO Dam Safety Toolbox
(Created page with "→CSS placed here will be applied to all skins: @import url( 'https://fonts.googleapis.com/css?family=Montserrat '); body { font-family: "Montserrat"; }") |
(Replaced content with "→CSS placed here will be applied to all skins: @import url( 'https://fonts.googleapis.com/css?family=Montserrat '); body { font-family: "Montserrat"; } .with-navbar.with-navbar-fixed { padding-top: 0; }") Tags: Replaced Manual revert |
||
(15 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
body { | body { | ||
font-family: "Montserrat"; | font-family: "Montserrat"; | ||
} | |||
.with-navbar.with-navbar-fixed { | |||
padding-top: 0; | |||
} | } |
Latest revision as of 13:32, 18 October 2022
/* CSS placed here will be applied to all skins */ @import url( 'https://fonts.googleapis.com/css?family=Montserrat '); body { font-family: "Montserrat"; } .with-navbar.with-navbar-fixed { padding-top: 0; }