From GamingWiki
Jump to: navigation, search
(Created page with "CSS placed here will affect users of the Modern skin: TABLE.infobox, TABLE.listing { background: #f80000; margin: 4px 8px; }")
 
Line 3: Line 3:
 
TABLE.infobox,
 
TABLE.infobox,
 
TABLE.listing {  
 
TABLE.listing {  
background: #f80000;  
+
background: #f8f8f8;  
 
margin: 4px 8px;
 
margin: 4px 8px;
 
}
 
}

Revision as of 03:52, 24 March 2014

/* CSS placed here will affect users of the Modern skin */

TABLE.infobox,
TABLE.listing { 
	background: #f8f8f8; 
	margin: 4px 8px;
}