index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'public/assets/css')
-rw-r--r-- | public/assets/css/map.css | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/public/assets/css/map.css b/public/assets/css/map.css index e356374..01f4c4d 100644 --- a/public/assets/css/map.css +++ b/public/assets/css/map.css @@ -47,21 +47,6 @@ polyline.move-trace { /* fill: #bacae3; */ } -#map2 { - transform-origin: 0px 0px; - transform: translate(-0.9px, -2.4px) scale(0.999, 1.007); -} - -#map3 { - transform-origin: 0px 0px; - transform: translate(1.3px, 1564.1px) rotate(0.1deg) scale(0.999, 1.002); -} - -#map1 { - transform-origin: 1142px 759px; - transform: rotate(.1deg) translate(-.5px, 5px) scale(.999, 1.005); -} - #counter-base { r: inherit; } @@ -405,9 +390,6 @@ g[data-y="76"] { --i: 76; } transform: scale(0.9); } -.building, #terrain { - opacity: 1; -} .floor { fill: white; |