index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
author | Catalin Mititiuc <webdevcat@proton.me> | 2024-07-11 11:29:01 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-07-11 11:29:01 -0700 |
commit | bb05eba60c8fa72eb0166db43dab29d62f5c7193 (patch) | |
tree | 7a0e88a64bbeed7950b5a117347d7a087bb01b41 /public/assets/css | |
parent | f9bf2f9097dfeb3b8426074cce7d4b541ee9abe4 (diff) |
Remove style that makes desk furniture stroke width different than other furniture
Diffstat (limited to 'public/assets/css')
-rw-r--r-- | public/assets/css/map.css | 5 | ||||
-rw-r--r-- | public/assets/css/radial.css | 6 |
2 files changed, 0 insertions, 11 deletions
diff --git a/public/assets/css/map.css b/public/assets/css/map.css index 71fc75c..f8f926d 100644 --- a/public/assets/css/map.css +++ b/public/assets/css/map.css @@ -398,11 +398,6 @@ g[data-y="76"] { --i: 76; } transform: scale(0.9); } -.floor { - /* fill: white; */ - /* fill: inherit; */ -} - .furniture, .stairs { fill: lightgray; stroke: #666; diff --git a/public/assets/css/radial.css b/public/assets/css/radial.css index e8da0fd..cdf6231 100644 --- a/public/assets/css/radial.css +++ b/public/assets/css/radial.css @@ -1,9 +1,3 @@ -polygon { - fill: inherit; - stroke: inherit; - stroke-width: 0.25px; -} - svg { border: 1px solid slategray; fill: none; |