MediaWiki:Common.css: Difference between revisions
Appearance
Created page with "→CSS placed here will be applied to all skins: small { font-size: 75%; }" |
No edit summary |
||
| 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; }