mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-21 12:51:52 +02:00
fix form
This commit is contained in:
2
css.html
2
css.html
@@ -1828,7 +1828,7 @@ For example, <code><section></code> should be wrapped as inline.
|
|||||||
<div class="bs-example">
|
<div class="bs-example">
|
||||||
<form role="form">
|
<form role="form">
|
||||||
<input class="form-control" id="focusedInput" type="text" value="This is focused...">
|
<input class="form-control" id="focusedInput" type="text" value="This is focused...">
|
||||||
</div>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
{% highlight html %}
|
{% highlight html %}
|
||||||
<input class="form-control" id="focusedInput" type="text" value="This is focused...">
|
<input class="form-control" id="focusedInput" type="text" value="This is focused...">
|
||||||
|
Reference in New Issue
Block a user