From GamingWiki
(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: # | + | 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;
}