MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Oostenrijr (talk | contribs) (Created page with "→CSS placed here will be applied to all skins: p.purple{ color: orange; }") |
Oostenrijr (talk | contribs) 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 */ | ||
p.purple{ | p.purple{ | ||
color: | color: purple; | ||
} | } | ||
Revision as of 13:10, 7 May 2016
/* CSS placed here will be applied to all skins */
p.purple{
color: purple;
}