More actions
No edit summary |
No edit summary Tag: Manual revert |
||
(8 intermediate revisions by the same user not shown) | |||
Line 63: | Line 63: | ||
/*BEGIN ABILITY FORMATTING*/ | /*BEGIN ABILITY FORMATTING*/ | ||
.ability-table { | .ability-table { | ||
width: | width: 100%; | ||
border-collapse: collapse; | border-collapse: collapse; | ||
} | } | ||
Line 84: | Line 84: | ||
.ability-table th:nth-child(2), | .ability-table th:nth-child(2), | ||
.ability-table td:nth-child(2) { | .ability-table td:nth-child(2) { | ||
width: | width: 14%; /*type*/ | ||
} | } | ||
.ability-table th:nth-child(3), | .ability-table th:nth-child(3), | ||
.ability-table td:nth-child(3) { | .ability-table td:nth-child(3) { | ||
width: | width: 12%; /*range*/ | ||
} | } | ||
Line 99: | Line 99: | ||
.ability-table th:nth-child(5), | .ability-table th:nth-child(5), | ||
.ability-table td:nth-child(5) { | .ability-table td:nth-child(5) { | ||
width: | width: 62%; /*description*/ | ||
} | |||
.ability-table td:nth-child(5) { | |||
font-size: 12px; /*description text font size*/ | |||
} | } | ||