Jump to content

MediaWiki:Common.css: Difference between revisions

From Mare Nostrum Lab Thesaurus
Created page with "CSS placed here will be applied to all skins: .mw-wiki-title, .mw-logo-wordmark { white-space: normal !important; max-width: 150px; line-height: 1.2; }"
 
No edit summary
 
Line 2: Line 2:
.mw-wiki-title, .mw-logo-wordmark {
.mw-wiki-title, .mw-logo-wordmark {
     white-space: normal !important;
     white-space: normal !important;
     max-width: 150px;
     max-width: 120px;
     line-height: 1.2;
     line-height: 1.2;
}
}

Latest revision as of 11:51, 21 August 2026

/* CSS placed here will be applied to all skins */
.mw-wiki-title, .mw-logo-wordmark {
    white-space: normal !important;
    max-width: 120px;
    line-height: 1.2;
}