Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed superfluous input-group
Browse files Browse the repository at this point in the history
assume this is still in the document by mistake? otherwise, why have two
email fields?
if this *was* intended to be there for some reason (to show the addon
stuff?), then this input will also need a <label class="sr-only" ...>
like the other two text/password inputs.
patrickhlauke committed Oct 31, 2014
1 parent 3425f96 commit 501b782
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docs/_includes/css/forms.html
Original file line number Diff line number Diff line change
@@ -71,12 +71,6 @@ <h4>Always add labels</h4>
<label class="sr-only" for="exampleInputEmail2">Email address</label>
<input type="email" class="form-control" id="exampleInputEmail2" placeholder="Enter email">
</div>
<div class="form-group">
<div class="input-group">
<div class="input-group-addon">@</div>
<input class="form-control" type="email" placeholder="Enter email">
</div>
</div>
<div class="form-group">
<label class="sr-only" for="exampleInputPassword2">Password</label>
<input type="password" class="form-control" id="exampleInputPassword2" placeholder="Password">

0 comments on commit 501b782

Please sign in to comment.