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, 8 insertions, 5 deletions
@@ -53,6 +53,9 @@ text.counter { rect#map { fill: black; opacity: 0; + /* fill-opacity: 0; + stroke: red; + stroke-width: 4px; */ } polygon.firing-arc { @@ -116,8 +119,8 @@ image#img2 { } #record-sheet { - /* display: flex; */ - display: none; + display: flex; + /* display: none; */ } #record-sheet > div { @@ -140,9 +143,9 @@ div.soldier-record.selected { background-color: lightgray; } -rect#view-box { - stroke: red; - stroke-width: 20px; +rect#debug-view-box { + /* stroke: red; + stroke-width: 20px; */ fill: blue; fill-opacity: 0.2; }
\ No newline at end of file |