summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2024-04-25 00:24:53 +0200
committerTor Andersson <tor@ccxvii.net>2024-04-25 00:24:53 +0200
commitd44ae83793e9d1dac3447fd80a29983de8004d7a (patch)
treec4072553cff6e5542a3ccb9a45ffadfa6cdcd0be
parent2259daf9d117b46a95dd111ba5973023ef78ba0d (diff)
downloadplantagenet-d44ae83793e9d1dac3447fd80a29983de8004d7a.tar.gz
splay valour markers
-rw-r--r--play.css8
1 files changed, 7 insertions, 1 deletions
diff --git a/play.css b/play.css
index 5855410..bbca5cb 100644
--- a/play.css
+++ b/play.css
@@ -232,11 +232,17 @@ body.Lancaster #plan_actions .york { display: none }
display: none;
}
-.mat .moved_fought, .mat .feed, .mat .fled, .mat .valour {
+.mat .moved_fought, .mat .feed, .mat .fled {
position: absolute;
z-index: 5;
}
+.mat .valour { margin-bottom: -30px; }
+.valour + .valour { margin-left: 15px; }
+.valour + .valour + .valour { margin-left: 30px; }
+.valour + .valour + .valour + .valour { margin-left: 45px; }
+.valour + .valour + .valour + .valour + .valour { margin-left: 60px; }
+
.mat .feed { right: 8px; top: 135px; }
.mat .moved_fought.one { right: 72px; top: 12px; }
.mat .moved_fought.two { right: 66px; top: 6px; }