summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
Diffstat (limited to 'play.html')
-rw-r--r--play.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/play.html b/play.html
index c79a5ec..c2e3231 100644
--- a/play.html
+++ b/play.html
@@ -21,7 +21,7 @@
#grid_top.your_turn { background-color: orange; }
.one .role_name { background-color: salmon; }
.two .role_name { background-color: skyblue; }
-.turn_info { background-color: gainsboro; }
+#turn_info { background-color: gainsboro; }
#log { background-color: ghostwhite; }
#log .st { background-color: #053; color: white; font-weight: bold; }
@@ -406,7 +406,7 @@ div.block {
</div>
</div>
- <div class="turn_info">-</div>
+ <div id="turn_info">-</div>
</div>
<div id="log"></div>