]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update css.html 9110/head
authorChris Seaton <chris@chrisseaton.com>
Mon, 5 Aug 2013 17:48:51 +0000 (18:48 +0100)
committerChris Seaton <chris@chrisseaton.com>
Mon, 5 Aug 2013 17:48:51 +0000 (18:48 +0100)
.help-block talks about being 'longer', but with .help-inline gone, it's not longer than anything and the comparison is confusing.

css.html

index 81fe3e8eefba837fe22660de89b5b2583bab40b0..096b9e50579055d1821f8caff4ed7b20e0225312 100644 (file)
--- a/css.html
+++ b/css.html
@@ -1649,10 +1649,10 @@ For example, <code>&lt;section&gt;</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>