summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
Diffstat (limited to 'play.html')
-rw-r--r--play.html13
1 files changed, 2 insertions, 11 deletions
diff --git a/play.html b/play.html
index fd5e390..4d87e71 100644
--- a/play.html
+++ b/play.html
@@ -23,20 +23,11 @@
.role_info { background-color: silver; }
.one .role_name { background-color: salmon; }
.two .role_name { background-color: ghostwhite; }
+.turn_info { background-color: gainsboro; }
.battle_header { background-color: silver; }
.battle_message { background-color: silver; }
.battle_separator { background-color: silver; }
-#turn {
- padding: 8px 0px 8px 8px;
- border-bottom: 1px solid black;
- white-space: pre-wrap;
- font-style: italic;
- font-size: 12px;
- line-height: 18px;
- font-family: "Source Serif SmText";
-}
-
.hand {
min-height: 300px;
}
@@ -382,7 +373,7 @@ div.block {
<div class="role_info"><div class="small_card card_back" id="york_card"></div></div>
</div>
- <div id="turn">-</div>
+ <div class="turn_info">-</div>
</div>