1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-12 02:42:48 +00:00

fixed remind me form css to work on ios and mac

This commit is contained in:
2016-03-04 00:44:23 -06:00
parent 260ddc14ff
commit cd5a08a6ed
3 changed files with 44 additions and 39 deletions

View File

@@ -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>