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 10018ea..3151c4f 100644
--- a/play.html
+++ b/play.html
@@ -22,7 +22,7 @@
#grid_top.your_turn { background-color: orange; }
.one .role_name { background-color: salmon; }
.two .role_name { background-color: #eb5; }
-.turn_info { background-color: burlywood; }
+#turn_info { background-color: burlywood; }
#log { background-color: wheat; }
#log .st { background-color: brown; color: gold; font-weight: bold; }
@@ -322,7 +322,7 @@ body.Observer .columbia-labels .known.jupiter.Cleopatra { border: 3px solid #822
</div>
</div>
- <div class="turn_info">-</div>
+ <div id="turn_info">-</div>
</div>
<div id="log"></div>