Changes

no edit summary
Line 161: Line 161:  
             ship.equipment[4] and getEquipmentCard(ship.equipment[4]) or '',
 
             ship.equipment[4] and getEquipmentCard(ship.equipment[4]) or '',
 
             ship.equipment[5] and getEquipmentCard(ship.equipment[5]) or '',
 
             ship.equipment[5] and getEquipmentCard(ship.equipment[5]) or '',
             ship.extraSlot and string.format('<span style="padding-left:5px">%s</span>', getEquipmentCard(ship.extraSlot)) or '',
+
             ship.extraSlot and string.format('<span style="display:inline-block;border-radius:10px;border:5px solid steelblue">%s</span>', getEquipmentCard(ship.extraSlot)) or '',
 
             type(ship.hp) == 'table' and formatHp(ship.hp, ship.maxHp) or ship.hp ~= ship.maxHp and string.format('%s/%s', ship.hp, ship.maxHp) or
 
             type(ship.hp) == 'table' and formatHp(ship.hp, ship.maxHp) or ship.hp ~= ship.maxHp and string.format('%s/%s', ship.hp, ship.maxHp) or
 
               ship.maxHp,
 
               ship.maxHp,
cssedit, gkautomate
6,928

edits