diff options
| author | Mark Otto <[email protected]> | 2013-08-05 11:30:59 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-05 11:30:59 -0700 |
| commit | d0d8ab83643064751246f945d194a67c5f6f2da4 (patch) | |
| tree | 3a4791481ff3113017e2c2148c40b540f2894ff4 /css.html | |
| parent | 01c46bfc0f6f23697326bc5f8d69baa4f7ef3052 (diff) | |
| parent | 7fe1c1d78dc5d92bf3199741ca6b56417217c289 (diff) | |
| download | bootstrap-d0d8ab83643064751246f945d194a67c5f6f2da4.tar.xz bootstrap-d0d8ab83643064751246f945d194a67c5f6f2da4.zip | |
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
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> |
