diff options
author | Tor Andersson <tor@ccxvii.net> | 2021-06-21 15:27:41 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2021-07-05 23:15:02 +0200 |
commit | 2f35133391025b7ba9a95f7448f141cdd123d7fc (patch) | |
tree | 6d0aee503be8d0a2e256cc4ec83834a740498d69 /public | |
parent | b103076a33b492d9fe305d0a41544736eaef9ac3 (diff) | |
download | server-2f35133391025b7ba9a95f7448f141cdd123d7fc.tar.gz |
crusader: Sieges
Diffstat (limited to 'public')
-rw-r--r-- | public/common/battle_abc.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/public/common/battle_abc.css b/public/common/battle_abc.css index 253611d..75c3921 100644 --- a/public/common/battle_abc.css +++ b/public/common/battle_abc.css @@ -88,4 +88,6 @@ .battle_menu.treachery .action.treachery { display: inline; } .battle_menu.harry .action.harry { display: inline; } .battle_menu.withdraw .action.withdraw { display: inline; } +.battle_menu.storm .action.storm { display: inline; } +.battle_menu.sally .action.sally { display: inline; } .battle_menu.hit .action.hit { display: inline; } |