MediaWiki:Common.css: Difference between revisions

From Nina the Cataloguer
(Created page with "→‎CSS placed here will be applied to all skins: .mw-logo-tagline { margin: 2.5px auto 0; }")
 
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-logo-tagline {
.mw-logo-tagline {
   margin: 2.5px auto 0;
   margin: 2px auto 0;
}
}

Revision as of 01:09, 31 May 2024

/* CSS placed here will be applied to all skins */
.mw-logo-tagline {
  margin: 2px auto 0;
}