MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
remove wordmark from site logo area |
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 */ | ||
/* this hides the large site name that sits to the right of the site logo */ | |||
.mw-logo-wordmark { | .mw-logo-wordmark { | ||
display: none; | display: none; | ||
} | } | ||
Revision as of 16:33, 6 February 2025
/* CSS placed here will be applied to all skins */
/* this hides the large site name that sits to the right of the site logo */
.mw-logo-wordmark {
display: none;
}