mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
s/error/danger/
[skip sauce]
This commit is contained in:
parent
1a3acc8a4b
commit
54a964ae19
1 changed files with 1 additions and 1 deletions
|
@ -557,7 +557,7 @@ Ensure that an alternative indication of state is also provided. For instance, y
|
|||
<input type="text" class="form-control form-control-warning" id="inputWarning1">
|
||||
</div>
|
||||
<div class="form-group has-danger">
|
||||
<label class="form-control-label" for="inputError1">Input with error</label>
|
||||
<label class="form-control-label" for="inputError1">Input with danger</label>
|
||||
<input type="text" class="form-control form-control-error" id="inputError1">
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue