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-06-27 14:36:16 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-06-27 14:36:16 -0700 |
commit | 4986357f348a687ee90537d5ed9177e6822ace27 (patch) | |
tree | 13a2f19c827716b1e666dfc74cd0fcf14977d92f | |
parent | c148f4a4f329decec4602a48a8a71a62b429bfb4 (diff) |
Make building styles visible in blink/webkit engines
-rw-r--r-- | public/assets/css/radial.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/assets/css/radial.css b/public/assets/css/radial.css index 4ad1903..8413b54 100644 --- a/public/assets/css/radial.css +++ b/public/assets/css/radial.css @@ -37,12 +37,14 @@ use[href="#hex"] { } .building .door-edges, .building .windows { + display: inline; stroke: #ff9900; stroke-width: 2.25; } .building .floor, .terrain .floor { + display: inline; opacity: 1; fill: #ffffff; fill-opacity: 0.5; @@ -50,6 +52,7 @@ use[href="#hex"] { } .building .inner-wall { + display: inline; fill: none; stroke: #ffffff; stroke-width: 1; @@ -57,6 +60,7 @@ use[href="#hex"] { } .building .outer-wall { + display: inline; fill: none; stroke: #000000; stroke-width: 2; |