diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-06-22 13:42:36 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2021-07-05 23:15:02 +0200 |
commit | 0e1ac6bad899cf4b58a5455dd0953cc501bc0810 (patch) | |
tree | 3ab3beb1df5cdfd5f575cbe3a7ba2e2129ae7642 /public | |
parent | 6153035c819320150386283ecbff7f4d51134e4f (diff) | |
download | server-0e1ac6bad899cf4b58a5455dd0953cc501bc0810.tar.gz |
crusader: Fix attacker when storming.
Diffstat (limited to 'public')
-rw-r--r-- | public/common/battle_abc.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/common/battle_abc.css b/public/common/battle_abc.css index 75c3921..620107f 100644 --- a/public/common/battle_abc.css +++ b/public/common/battle_abc.css @@ -36,7 +36,7 @@ line-height: 2em; padding: 0 8px; } -#FA, #FB, #FC, #FD, #FR, #EA, #EB, #EC, #ED, #ER { +#FA, #FB, #FC, #FD, #FF, #FR, #EA, #EB, #EC, #ED, #EF, #ER { display: flex; flex-wrap: wrap; justify-content: center; |