Difference between revisions of "MediaWiki:Common.css"

From Catznip
Jump to navigation Jump to search
(Created page with "CSS placed here will be applied to all skins: .rlvacmd { font-weight:bold; }")
 
Line 3: Line 3:
 
.rlvacmd {
 
.rlvacmd {
 
font-weight:bold;
 
font-weight:bold;
 +
color:red;
 
}
 
}

Revision as of 17:33, 7 January 2014

/* CSS placed here will be applied to all skins */

.rlvacmd {
font-weight:bold;
color:red;
}