]> gitweb.michael.orlitzky.com - charm-bypass.git/commitdiff
index.html.in: use <p> instead of <h3> for radio group labels
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 3 Nov 2023 05:53:02 +0000 (01:53 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 3 Nov 2023 05:53:02 +0000 (01:53 -0400)
This is more semantically correct, and (more to the point) looks
better.

index.html.in

index c3038527952874eae4ae76000b858d05c75384ca..5b15aafdbae9025c3d60c4950535cff507d0714d 100644 (file)
                    pattern="[a-zA-Z0-9]*" />
           </div>
 
-          <h3>Zone</h3>
+          <p>Zone:</p>
           <div>
             <input required type="radio" id="zone1" name="zone" value="Zone 1" />
             <label for="zone1">Zone 1</label>
                    pattern="[a-zA-Z0-9]*" />
           </div>
 
-          <h3>Origin</h3>
-
+          <p>Origin:</p>
           <div>
             <input required type="radio" id="origin1" name="origin" value="BAL" />
             <label for="origin1">Baltimore/Penn (Penn Line)</label>
             <label for="origin8">West Baltimore (Penn Line)</label>
           </div>
 
-          <h3>Destination</h3>
+          <p>Destination:</p>
           <div>
             <input required type="radio" id="destination1" name="destination" value="BAL" />
             <label for="destination1">Baltimore/Penn (Penn Line)</label>