From 5f358dafca5617966c57e1f62dbe38534bd24499 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 20 Dec 2021 17:50:48 +0100 Subject: Fix boldness of battle header. --- public/common/battle_abc.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'public') 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; -- cgit v1.2.3