MediaWiki:Common.css: Difference between revisions

From LANCommander
No edit summary
No edit summary
Line 8: Line 8:
}
}


.mt-highlight pre {
.mw-highlight pre {
     font-size: 75%;
     font-size: 80%;
}
}

Revision as of 05:43, 1 August 2023

/* CSS placed here will be applied to all skins */
.mw-logo-container {
    display: none;
}

.mw-logo-icon {
    width: auto;
}

.mw-highlight pre {
    font-size: 80%;
}