MediaWiki:Common.css: Difference between revisions

From Murray Wiki
Jump to navigationJump to search
(Created page with "→‎CSS placed here will be applied to all skins: body { font-size: larger; }")
 
No edit summary
Tag: Reverted
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
body { font-size: larger; }
body { font-size: 12px; }

Revision as of 16:01, 28 September 2024

/* CSS placed here will be applied to all skins */
body { font-size: 12px; }