summaryrefslogtreecommitdiff
path: root/play.css
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-06-18 13:06:11 +0200
committerTor Andersson <tor@ccxvii.net>2023-06-18 20:30:23 +0200
commitd76855a759686208c1f9529cb0233ec519182b56 (patch)
tree6cb6cb917ad2e477002cd1f7bf5795d65ad6b3d9 /play.css
parente1db7534f6360c7b83131e049e913038d595080e (diff)
downloadandean-abyss-d76855a759686208c1f9529cb0233ec519182b56.tar.gz
Show running victory margin tally in the player list.
Diffstat (limited to 'play.css')
-rw-r--r--play.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/play.css b/play.css
index 168cbd7..593f5b8 100644
--- a/play.css
+++ b/play.css
@@ -32,6 +32,8 @@ main { background-color: #777; }
.role.active span { text-decoration: underline; }
+.role_vp { float: right; }
+
#card_tip {
position: fixed;
z-index: 100;