summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2021-12-20 17:50:48 +0100
committerTor Andersson <tor@ccxvii.net>2021-12-20 17:53:24 +0100
commit5f358dafca5617966c57e1f62dbe38534bd24499 (patch)
tree1cc3fde63f2fc400b669dc19bb678a1d8f7facbc /public
parentd7736ee15c4f105172a04611914d4c41f2a75c35 (diff)
downloadserver-5f358dafca5617966c57e1f62dbe38534bd24499.tar.gz
Fix boldness of battle header.
Diffstat (limited to 'public')
-rw-r--r--public/common/battle_abc.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/public/common/battle_abc.css b/public/common/battle_abc.css
index 7064968..3a211a1 100644
--- a/public/common/battle_abc.css
+++ b/public/common/battle_abc.css
@@ -15,7 +15,6 @@
visibility: visible;
}
#battle th {
- font-weight: normal;
padding: 0;
border: 1px solid black;
}
@@ -25,6 +24,7 @@
vertical-align: top;
}
#battle_header {
+ font-weight: bold;
height: 2em;
line-height: 2em;
font-weight: bold;
@@ -32,6 +32,7 @@
cursor: move;
}
#battle_message {
+ font-weight: normal;
height: 2em;
line-height: 2em;
padding: 0 8px;