mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
This commit is contained in:
commit
d0d8ab8364
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>
|
<p>Block level help text for form controls.</p>
|
||||||
<form class="bs-example">
|
<form class="bs-example">
|
||||||
<input type="text" class="form-control">
|
<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>
|
</form>
|
||||||
{% highlight html %}
|
{% 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 %}
|
{% endhighlight %}
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user