]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix #2799, mention of text in the navbar
authorMark Otto <markotto@twitter.com>
Mon, 26 Mar 2012 16:25:31 +0000 (09:25 -0700)
committerMark Otto <markotto@twitter.com>
Mon, 26 Mar 2012 16:25:31 +0000 (09:25 -0700)
docs/assets/bootstrap.zip
docs/components.html
docs/templates/pages/components.mustache

index e478022b0b49560b4c8e43e7b9109864a99866d3..557ca63a126accae8999193cae519a773c068c8b 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index 8c25c7c2fc3320727f945a96a5ce0b3515caafd8..5df760459fde6e009f1229c60a119b9ca136d024 100644 (file)
       <p><a class="btn" href="./javascript.html#dropdowns">Get the javascript &rarr;</a></p>
       <hr>
       <h3>Text in the navbar</h3>
-      <p>Wrap strings of text in a <code>&lt;p&gt;</code> tag for proper leading and color.</p>
+      <p>Wrap strings of text in a <code>&lt;.navbar-text&gt;</code>, usually on a <code>&lt;p&gt;</code> tag for proper leading and color.</p>
     </div><!-- /.span -->
   </div><!-- /.row -->
 
index 2ceb43ba17626ed603461cfc865e4b37a009819c..ac06367ce100f26ee7987814f18ee021d325883b 100644 (file)
       <p><a class="btn" href="./javascript.html#dropdowns">{{_i}}Get the javascript &rarr;{{/i}}</a></p>
       <hr>
       <h3>{{_i}}Text in the navbar{{/i}}</h3>
-      <p>{{_i}}Wrap strings of text in a <code>&lt;p&gt;</code> tag for proper leading and color.{{/i}}</p>
+      <p>{{_i}}Wrap strings of text in a <code>&lt;.navbar-text&gt;</code>, usually on a <code>&lt;p&gt;</code> tag for proper leading and color.{{/i}}</p>
     </div><!-- /.span -->
   </div><!-- /.row -->