mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-30 03:00:24 +00:00
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
This commit is contained in:
commit
d0d8ab8364
1 changed files with 2 additions and 2 deletions
4
css.html
4
css.html
|
|
@ -1649,10 +1649,10 @@ For example, <code><section></code> should be wrapped as inline.
|
|||
<p>Block level help text for form controls.</p>
|
||||
<form class="bs-example">
|
||||
<input type="text" class="form-control">
|
||||
<span class="help-block">A longer block of help text that breaks onto a new line and may extend beyond one line.</span>
|
||||
<span class="help-block">A block of help text that breaks onto a new line and may extend beyond one line.</span>
|
||||
</form>
|
||||
{% highlight html %}
|
||||
<span class="help-block">A longer block of help text that breaks onto a new line and may extend beyond one line.</span>
|
||||
<span class="help-block">A block of help text that breaks onto a new line and may extend beyond one line.</span>
|
||||
{% endhighlight %}
|
||||
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue