diff options
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -14,7 +14,7 @@ <script defer src="ui.js"></script> <style> -.grid_center { background-color: #9aa; } +.grid_center { background-color: #788; } .grid_role { background-color: ghostwhite; } .grid_log { background-color: ghostwhite; } .grid_top { background-color: silver; } @@ -55,9 +55,14 @@ /* MAP */ +.mapwrap { + box-shadow: 0px 1px 10px rgba(0,0,0,0.5); + width: 1688px; + height: 1950px; +} + .map { position: relative; - display: block; width: 1688px; height: 1950px; } |