MediaWiki:Common.css: Difference between revisions
DoctorDalek (talk | contribs) (Created page with "→CSS placed here will be applied to all skins: .mw-logo-container { display: none; } .mw-logo-icon { width: auto; }") |
DoctorDalek (talk | contribs) No edit summary |
||
Line 6: | Line 6: | ||
.mw-logo-icon { | .mw-logo-icon { | ||
width: auto; | width: auto; | ||
} | |||
.mt-highlight pre { | |||
font-size: 90%; | |||
} | } |
Revision as of 05:42, 1 August 2023
/* CSS placed here will be applied to all skins */
.mw-logo-container {
display: none;
}
.mw-logo-icon {
width: auto;
}
.mt-highlight pre {
font-size: 90%;
}