Removing unused classes from form elements
Signed-off-by: Eoghan Conlon <eoghanconlon73@skynet.ie>
This commit is contained in:
parent
1534371f31
commit
1d5c44ed0f
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@
|
|||
<form id="reset">
|
||||
<table id="table">
|
||||
<tr>
|
||||
<td><label class="label" for="user">Username</label></td>
|
||||
<td><input class="input" type="text" id="user" name="user" /> <br /></td>
|
||||
<td><label for="user">Username</label></td>
|
||||
<td><input type="text" id="user" name="user" /> <br /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><label for="pass">Old Password</label></td>
|
||||
|
|
Loading…
Reference in a new issue