Jump to content

MediaWiki:Common.css: Difference between revisions

From ARC Technical Repository
Logo css modification
 
m typo
 
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.mw.logo {
.mw-logo {
     align-items: flex-end;
     align-items: flex-end;
}
}
.mw.logo-icon {
.mw-logo-icon {
     margin-right: -5px;
     margin-right: -5px;
}
}

Latest revision as of 23:03, 23 April 2026

/* CSS placed here will be applied to all skins */
.mw-logo {
    align-items: flex-end;
}
.mw-logo-icon {
    margin-right: -5px;
}