→Recon Ships: added section heading before table to make future edit summaries more readable |
still trying to get the CSS right on the 2nd table |
||
| Line 1: | Line 1: | ||
{{#css: | {{#css: | ||
.shipBonusTable td { text-align: right; } | .wikitable.shipBonusTable td { text-align: right; } | ||
.shipBonusTable td:first-child { text-align: left; } | .wikitable.shipBonusTable td:first-child { text-align: left; } | ||
<!-- .shipBonusTable {border-collapse: collapse; } | |||
.shipBonusTable th, .shipBonusTable td { | .shipBonusTable th, .shipBonusTable td { | ||
border: 1px solid #aaa; | border: 1px solid #aaa; | ||
} | } | ||
.shipBonusTable th { | --> | ||
.wikitable.shipBonusTable th { | |||
padding: 0.5em; | padding: 0.5em; | ||
} | } | ||
.shipBonusTable td { | .wikitable.shipBonusTable td { | ||
padding: 0.5em 1.2em 0.5em 0.5em; | padding: 0.5em 1.2em 0.5em 0.5em; | ||
} | } | ||
.shipBonusTable caption { | .wikitable.shipBonusTable caption { | ||
font-weight: bold; | font-weight: bold; | ||
font-size: large; | font-size: large; | ||