diff options
-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; |