summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--public/common/battle_abc.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/public/common/battle_abc.css b/public/common/battle_abc.css
index 620107f..7064968 100644
--- a/public/common/battle_abc.css
+++ b/public/common/battle_abc.css
@@ -1,6 +1,6 @@
/* ABC BATTLE DISPLAY FOR COLUMBIA BLOCK GAMES */
-.battle {
+#battle {
position: absolute;
left: 100px;
top: 100px;
@@ -11,27 +11,27 @@
box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);
visibility: hidden;
}
-.battle.show {
+#battle.show {
visibility: visible;
}
-.battle th {
+#battle th {
font-weight: normal;
padding: 0;
border: 1px solid black;
}
-.battle td {
+#battle td {
padding: 0;
border: 1px solid black;
vertical-align: top;
}
-.battle .battle_header {
+#battle_header {
height: 2em;
line-height: 2em;
font-weight: bold;
user-select: none;
cursor: move;
}
-.battle .battle_message {
+#battle_message {
height: 2em;
line-height: 2em;
padding: 0 8px;