diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-12-20 17:50:48 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2021-12-20 17:53:24 +0100 |
commit | 5f358dafca5617966c57e1f62dbe38534bd24499 (patch) | |
tree | 1cc3fde63f2fc400b669dc19bb678a1d8f7facbc /public | |
parent | d7736ee15c4f105172a04611914d4c41f2a75c35 (diff) | |
download | server-5f358dafca5617966c57e1f62dbe38534bd24499.tar.gz |
Fix boldness of battle header.
Diffstat (limited to 'public')
-rw-r--r-- | public/common/battle_abc.css | 3 |
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; |