index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
path: root/damage_block.css
diff options
Diffstat (limited to 'damage_block.css')
-rw-r--r-- | damage_block.css | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/damage_block.css b/damage_block.css index c232c07..f050e36 100644 --- a/damage_block.css +++ b/damage_block.css @@ -1,5 +1,8 @@ -.damage-selector, .damage-effect-indicator { +.damage-selector, .damage-effect-indicator, label { width: 20px; +} + +.damage-selector, .damage-effect-indicator { height: 30px; } @@ -40,7 +43,7 @@ label input[type="radio"] { label { display: none; - margin: 0; + margin: 0 auto; padding: 0; } |