summaryrefslogtreecommitdiff
path: root/play.html
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2021-06-23 00:25:11 +0200
committerTor Andersson <tor@ccxvii.net>2022-11-16 19:19:38 +0100
commit6a4cb1ed6ea859d233e492f3ebf71deae04c5a91 (patch)
tree9a693ae30580ad47246e55f7b051b73ccd52d3b7 /play.html
parentdc1aa50ec82e74e8e48d4abdfceab28aca107274 (diff)
downloadcrusader-rex-6a4cb1ed6ea859d233e492f3ebf71deae04c5a91.tar.gz
crusader: Sort blocks by initiative in battle screen.
Diffstat (limited to 'play.html')
-rw-r--r--play.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/play.html b/play.html
index 5541bde..141fc6a 100644
--- a/play.html
+++ b/play.html
@@ -235,7 +235,11 @@ body.shift .block.known:hover {
#ER { background-image: linear-gradient(to bottom, skyblue, tan); }
#FR { background-image: linear-gradient(to bottom, tan, darkseagreen); }
-#FC, #EC { background-color: gray; border-top: 5px dashed tan; }
+#FC, #EC {
+ background-color: gray;
+ border-top: 5px dashed tan;
+ border-bottom: 5px solid dimgray;
+}
#FC, #EC, #FF, #EF { min-height: 120px; }
#FR, #ER { min-height: 40px; }