mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-11 18:32:50 +00:00
fixed remind me form css to work on ios and mac
This commit is contained in:
@@ -99,7 +99,7 @@
|
||||
|
||||
<br>
|
||||
|
||||
|
||||
<div class="textCenter">
|
||||
<select class="form-control timeForm" name="hours">
|
||||
<% for (var i = 1; i <13; i++){ %>
|
||||
<option value="<%=i%>"><%=i%></option>
|
||||
@@ -120,7 +120,7 @@
|
||||
<option value="am">AM</option>
|
||||
<option value="pm">PM</option>
|
||||
</select>
|
||||
|
||||
</div>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
|
||||
Reference in New Issue
Block a user