Skip to content

Commit

Permalink
fix(web): split fieldsets
Browse files Browse the repository at this point in the history
  • Loading branch information
acifani committed Nov 13, 2023
1 parent c5acea4 commit 90c3976
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -201,14 +201,14 @@ <h1>Vita</h1>
<summary>Advanced</summary>
<fieldset>
<legend>Game rules</legend>
<input type="radio" id="conway" name="action" checked="true" />
<input type="radio" id="conway" name="rules" checked="true" />
<label for="conway">Conway (standard)</label>

<input type="radio" id="seeds" name="action" />
<input type="radio" id="seeds" name="rules" />
<label for="seeds"><a href="https://conwaylife.com/wiki/OCA:Seeds" target="_blank"
rel="noopener noreferrer">Seeds</a></label>

<input type="radio" id="daynight" name="action" />
<input type="radio" id="daynight" name="rules" />
<label for="daynight"><a href="https://conwaylife.com/wiki/OCA:Day_&_Night" target="_blank"
rel="noopener noreferrer">Day & Night</a></label>
</fieldset>
Expand Down

0 comments on commit 90c3976

Please # to comment.