MediaWiki:Common.css: Difference between revisions
From Risenholm
Created page with "→CSS placed here will be applied to all skins: .p-logo { display: none; }" |
No edit summary |
||
| 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: "";
}