mirror of
https://github.com/twbs/bootstrap.git
synced 2025-03-15 15:29:22 +01:00
fix form
This commit is contained in:
parent
1a1394dc62
commit
df56ecbdcb
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...">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user