diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-09-17 22:22:22 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-09-17 22:22:22 +0200 |
commit | f400c7e31ffba4133a83d1e6cef46981d54d0a35 (patch) | |
tree | 608ec29d8728748489f05de487eeb6d14459d435 /create.html | |
parent | 381abcd303bcfb647869c410f6ae914c11eecf58 (diff) | |
download | wilderness-war-f400c7e31ffba4133a83d1e6cef46981d54d0a35.tar.gz |
Make CSS for labels more robust.
Diffstat (limited to 'create.html')
-rw-r--r-- | create.html | 4 |
1 files changed, 3 insertions, 1 deletions
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; } </style> <div class="scenario_info show" id="Annus Mirabilis"> @@ -140,10 +140,12 @@ the British player may randomly discard a card to add any one <i>British Regular <p> House rules: +<br> <label> <input type="checkbox" value="true" name="retroactive">Play <i>Foul Weather</i> card retroactively </label> +<br> <label> <input type="checkbox" value="true" name="no_foul_weather">Remove <i>Foul Weather</i> card</span> </label> |