summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
Diffstat (limited to 'play.html')
-rw-r--r--play.html9
1 files changed, 7 insertions, 2 deletions
diff --git a/play.html b/play.html
index 4d87e71..61f40e7 100644
--- a/play.html
+++ b/play.html
@@ -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;
}