MediaWiki:Common.css: Difference between revisions

From IMAGE
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: p.purple{ color: orange; }")
 
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: orange;
color: purple;
}
}

Revision as of 13:10, 7 May 2016

/* CSS placed here will be applied to all skins */
p.purple{
color: purple;
}