index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
-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; |