MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
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 */ | ||
.mw-wiki-title { | .mw-wiki-title { | ||
Revision as of 22:27, 22 February 2026
/* CSS placed here will be applied to all skins */
.mw-wiki-title {
flex-direction: row;
gap: var(--space-lg);
align-items: center;
}