]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add small section to navbar docs on text in the component, per #2035
authorMark Otto <markotto@twitter.com>
Sat, 18 Feb 2012 04:53:12 +0000 (20:53 -0800)
committerMark Otto <markotto@twitter.com>
Sat, 18 Feb 2012 04:53:12 +0000 (20:53 -0800)
docs/assets/bootstrap.zip
docs/components.html
docs/templates/pages/components.mustache

index fd30c5c35c539657de901833dd8b4c4a53c95116..ddf89c1f4261a71850d2cdb38b42a0c506c74881 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index 8becc684f1ce907589703d7422bfa39b53814a50..6c3ab999f234fd0d400995834a581e6afa98c86d 100644 (file)
 &lt;/ul&gt;
 </pre>
       <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>
     </div><!-- /.span -->
   </div><!-- /.row -->
 
index 94f9da1465f88fa3a521cd237472cc9978cfc45c..ad0b623618783e94ef42838756d0cee51b2edbcf 100644 (file)
 &lt;/ul&gt;
 </pre>
       <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>
     </div><!-- /.span -->
   </div><!-- /.row -->