index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
path: root/index.html
diff options
author | Catalin Mititiuc <Catalin.Mititiuc@gmail.com> | 2024-04-05 09:27:46 -0700 |
---|---|---|
committer | Catalin Mititiuc <Catalin.Mititiuc@gmail.com> | 2024-04-05 09:27:46 -0700 |
commit | 9dbb0a5369bbe9a2adb2725e864b684bbea179a6 (patch) | |
tree | 5376721c8415d5a79be59e4b0bd8f3d4fe15fe66 /index.html | |
parent | 8bd67fbee2575bbcc83a4cf7f03f2c4aa5828b92 (diff) |
Enlarge counter radius on pointer hover
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -156,9 +156,7 @@ <defs> <polygon id="point" points="0,10 8.66,5 8.66,-5 0,-10 -8.66,-5 -8.66,5" /> - <symbol id="counter-base" viewBox="-6 -6 12 12" width="12" height="12"> - <circle cx="0" cy="0" r="5" /> - </symbol> + <circle id="counter-base" cx="0" cy="0" r="5" /> <g id="t-1" class="troop-counter-template"><use href="#counter-base" /><text>1</text></g> <g id="t-2" class="troop-counter-template"><use href="#counter-base" /><text>2</text></g> |