summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2021-07-07 23:03:35 +0200
committerTor Andersson <tor@ccxvii.net>2022-11-16 19:19:39 +0100
commit9e622157694a74ccd9abe3b5b34897a90cf2fabc (patch)
tree004f4234647b7e56e7e33d0bdfebd99c89ace086 /play.html
parentc34dcc9b8fb2841d5ed82e9b75e0fba0659ff109 (diff)
downloadcrusader-rex-9e622157694a74ccd9abe3b5b34897a90cf2fabc.tar.gz
crusader: Add some margins between storming blocks and castle.
Diffstat (limited to 'play.html')
-rw-r--r--play.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/play.html b/play.html
index c30c0fb..3cad8fe 100644
--- a/play.html
+++ b/play.html
@@ -249,6 +249,8 @@ body.shift .block.known:hover {
}
#FF, #FC, #FR, #EF, #EC, #ER { margin: 0px auto; padding: 5px; }
+#EC { margin-bottom: 10px; }
+#FC { margin-bottom: 5px; }
#EC .battle_menu_list { min-height: 0; }
#ER .battle_menu_list { min-height: 0; }
#FR .battle_menu_list { min-height: 0; }