index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
author | Catalin Mititiuc <Catalin.Mititiuc@gmail.com> | 2024-03-25 10:44:28 -0700 |
---|---|---|
committer | Catalin Mititiuc <Catalin.Mititiuc@gmail.com> | 2024-03-25 10:44:28 -0700 |
commit | 16843364d3302339b67d19738d3201589da6b4e9 (patch) | |
tree | a556c81418349963635829264b924fae7146bf0a /style.css | |
parent | b5143808d2d907102346413e70aa28641effcacc (diff) |
Add physical status track to soldier records
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 { |