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-26 10:37:36 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-04-26 10:37:36 -0700 |
commit | 93ef00d18016786ae3491b14c4098c63590e18b9 (patch) | |
tree | b459b06eacb9fcecf24892ddfd995ce56a9c0d3d /public/map.css | |
parent | b4898daa2f20625890dd5802273b15e8cdbdbbc9 (diff) |
More refactor of firing arcs module
Diffstat (limited to 'public/map.css')
-rw-r--r-- | public/map.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/map.css b/public/map.css index d960ba8..972870d 100644 --- a/public/map.css +++ b/public/map.css @@ -147,6 +147,7 @@ polygon.firing-arc[data-allegiance="liao"] { #lines polyline, #lines line { fill: none; stroke: black; + stroke-width: 0.5; } #lines line { |