MediaWiki:Common.css: Difference between revisions

From Pokémon Aaah! Blanks
Jump to navigation Jump to search
Created page with "CSS placed here will be applied to all skins: .mw-wiki-logo { background-size: cover; }"
 
No edit summary
 
Line 3: Line 3:
.mw-wiki-logo {
.mw-wiki-logo {
     background-size: cover;
     background-size: cover;
}
.galleryfilename-truncate {
    white-space: normal !important;
}
}

Latest revision as of 01:05, 8 June 2026

/* CSS placed here will be applied to all skins */

.mw-wiki-logo {
    background-size: cover;
}

.galleryfilename-truncate {
    white-space: normal !important;
}