From GamingWiki
(Created page with "→CSS placed here will be applied to all skins: table.infobox.wide { width: 600px; }") |
|||
| Line 2: | Line 2: | ||
table.infobox.wide { | table.infobox.wide { | ||
| − | width: | + | width: 80%; |
| + | margin: 0.5em auto; | ||
} | } | ||
Latest revision as of 20:52, 15 January 2016
/* CSS placed here will be applied to all skins */
table.infobox.wide {
width: 80%;
margin: 0.5em auto;
}