Difference between revisions of "MediaWiki:Common.css"
From Risenholm
(Created page with "→CSS placed here will be applied to all skins: .p-logo { display: none; }") |
|||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
− | .p-logo { display: none; } | + | .p-logo { |
+ | display: none; | ||
+ | } | ||
+ | |||
+ | .fa-asterisk::before, .navbar-tool-link::before { | ||
+ | content: ""; | ||
+ | } |
Revision as of 16:47, 14 November 2020
/* CSS placed here will be applied to all skins */ .p-logo { display: none; } .fa-asterisk::before, .navbar-tool-link::before { content: ""; }