diff options
Diffstat (limited to 'css.html')
| -rw-r--r-- | css.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |
