Difference between revisions of "MediaWiki:Common.css"
From WikiPETia.info
(Created page with "→CSS placed here will be applied to all skins: small { font-size: 75%; }") |
|||
Line 3: | Line 3: | ||
font-size: 75%; | font-size: 75%; | ||
} | } | ||
+ | body { color: green; } |
Revision as of 10:32, 18 January 2016
/* CSS placed here will be applied to all skins */ small { font-size: 75%; } body { color: green; }