index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/map.css | 1 | ||||
-rw-r--r-- | public/map.svg | 2 |
2 files changed, 1 insertions, 2 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 { diff --git a/public/map.svg b/public/map.svg index 6cee83a..d927ae4 100644 --- a/public/map.svg +++ b/public/map.svg @@ -46,8 +46,6 @@ </g> <g class="board"> - <g id="test-arcs"> - </g> <g id="firing-arcs"> <g id="shapes"/> <g id="lines"/> |