diff options
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> |