index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -38,10 +38,15 @@ polygon { } line.firing-arc { - stroke: black; + stroke: none; /* transform: scale(2); */ } +polyline.firing-arc { + stroke: black; + stroke-width: 5px; +} + image#img1 { transform: scale(3.41) rotate(-0.15deg); /* opacity: 0.33; */ |