Difference between revisions of "MediaWiki:Common.css"

From GbdevWiki
Jump to: navigation, search
(Created page with 'CSS placed here will be applied to all skins: *{ color:red; }')
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
*{
 
color:red;
 
}
 

Revision as of 08:46, 6 December 2010

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