Actions

MediaWiki

Common.css: Difference between revisions

From MalariaETC

No edit summary
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 */
#content h1 { font-size: 30px; }
body { font-size: smaller; }
body { font-size: smaller; }

Revision as of 11:09, 17 June 2024

/* CSS placed here will be applied to all skins */
#content h1 { font-size: 30px; }
body { font-size: smaller; }