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 | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -45,10 +45,11 @@ rect#map { } polygon.firing-arc { - /* opacity: 0.1; */ - fill: transparent; + opacity: 0.1; + fill: black; + /* fill: transparent; stroke-width: 2px; - stroke: black; + stroke: black; */ } button.set-firing-arc img { @@ -65,10 +66,8 @@ line.ruler { stroke-width: 0.25in; } -.soldier-record span { - font-size: smaller; - font-family: monospace; - margin-right: 1em; +.soldier-record { + display: inline-block; } .soldier-record ul { |