index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
author | Catalin Mititiuc <webdevcat@proton.me> | 2024-04-28 16:46:25 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-04-28 16:46:25 -0700 |
commit | 3e521e2f64809edc47f50f7215a6a05dd32b69dc (patch) | |
tree | c82fcea9de791b5090383a4cbf3ad10a92cc06e0 /public/map.css | |
parent | 4ce55ea0cd7db1077bc7919ee976458c900c968c (diff) |
Rename element class 'board' to 'gameboard'
Diffstat (limited to 'public/map.css')
-rw-r--r-- | public/map.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/map.css b/public/map.css index a53359c..1a57998 100644 --- a/public/map.css +++ b/public/map.css @@ -199,7 +199,7 @@ g.selected use { fill: red; } -.board, .gameboard { +.gameboard { transform: translate(19px, 31px) scale(4); } |