From f400c7e31ffba4133a83d1e6cef46981d54d0a35 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sun, 17 Sep 2023 22:22:22 +0200 Subject: Make CSS for labels more robust. --- create.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'create.html') diff --git a/create.html b/create.html index 8e141c5..cd35099 100644 --- a/create.html +++ b/create.html @@ -3,7 +3,7 @@ .scenario_info.show { display: block } input:disabled ~ span { color: silver; } .hide { display: none; } -label { display: block; text-indent: -50px; margin-left: 50px; } +.not_am label { display: block; text-indent: -50px; margin-left: 50px; }
@@ -140,10 +140,12 @@ the British player may randomly discard a card to add any one British Regular

House rules: +
+
-- cgit v1.2.3