mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-30 22:52:24 +01:00
Update typo css.html move double class .form-control from label in example mark up to input
missed the double class in label in recent commit #8621
This commit is contained in:
parent
2a51ebf671
commit
0e7aad8b8d
4
css.html
4
css.html
@ -1278,9 +1278,9 @@ For example, <code><section></code> should be wrapped as inline.
|
||||
{% highlight html %}
|
||||
<form class="form-horizontal">
|
||||
<div class="row">
|
||||
<label for="inputEmail" class="form-control" class="col-lg-2 control-label">Email</label>
|
||||
<label for="inputEmail" class="col-lg-2 control-label">Email</label>
|
||||
<div class="col-lg-10">
|
||||
<input type="text" id="inputEmail" placeholder="Email">
|
||||
<input type="text" class="form-control" id="inputEmail" placeholder="Email">
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
|
Loading…
x
Reference in New Issue
Block a user