Difference between revisions of "MediaWiki:Vector.css"

From SmartWiki
Jump to: navigation, search
(Created page with "CSS placed here will affect users of the Vector skin: a{color:red;}")
 
Line 1: Line 1:
 
/* CSS placed here will affect users of the Vector skin */
 
/* CSS placed here will affect users of the Vector skin */
 +
{{#css:
 
a{color:red;}
 
a{color:red;}
 +
}}

Revision as of 10:58, 10 March 2017

/* CSS placed here will affect users of the Vector skin */
{{#css:
a{color:red;}
}}