diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-06-18 13:06:11 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-06-18 20:30:23 +0200 |
commit | d76855a759686208c1f9529cb0233ec519182b56 (patch) | |
tree | 6cb6cb917ad2e477002cd1f7bf5795d65ad6b3d9 /play.css | |
parent | e1db7534f6360c7b83131e049e913038d595080e (diff) | |
download | andean-abyss-d76855a759686208c1f9529cb0233ec519182b56.tar.gz |
Show running victory margin tally in the player list.
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |