Web Dev Solutions

Catalin Mititiuc

From 16843364d3302339b67d19738d3201589da6b4e9 Mon Sep 17 00:00:00 2001 From: Catalin Mititiuc Date: Mon, 25 Mar 2024 10:44:28 -0700 Subject: Add physical status track to soldier records --- style.css | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 0f08fff..51481b9 100644 --- a/style.css +++ b/style.css @@ -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 { -- cgit v1.2.3