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
author | Catalin Mititiuc <Catalin.Mititiuc@gmail.com> | 2024-03-27 14:31:32 -0700 |
---|---|---|
committer | Catalin Mititiuc <Catalin.Mititiuc@gmail.com> | 2024-03-27 14:31:32 -0700 |
commit | 6c940cf89aae3c610c8f8406da7b5810466a75cc (patch) | |
tree | 083183068454e9a09e1de2c2e87323f0c687d6bd /damage_block.css | |
parent | 1add30fc6ebf8b17753368a33ecbd8117c4ef50a (diff) |
Increase map to 2 map sheets; fix some layout/styles
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; } |