diff options
| author | Chris Seaton <[email protected]> | 2013-08-05 18:48:51 +0100 |
|---|---|---|
| committer | Chris Seaton <[email protected]> | 2013-08-05 18:48:51 +0100 |
| commit | ea17069f6e5755d74a14496cdf56887857f08d57 (patch) | |
| tree | 52560d66027faec9a50e432c9b8b24d2a6c2f158 /css.html | |
| parent | 6af693d1602d9e4c052c23215ac3130580bfcb17 (diff) | |
| download | bootstrap-ea17069f6e5755d74a14496cdf56887857f08d57.tar.xz bootstrap-ea17069f6e5755d74a14496cdf56887857f08d57.zip | |
Update css.html
.help-block talks about being 'longer', but with .help-inline gone, it's not longer than anything and the comparison is confusing.
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> |
