aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-02-17 20:53:12 -0800
committerMark Otto <[email protected]>2012-02-17 20:53:12 -0800
commitec05ebc5ed2c2ecf76f0ff7ae38056a0cc72f375 (patch)
treeaeadb4620c36b084e5ae9477e11758baa244a02b
parent1455bc9f8f288c112da4241d4dbb7549bcd81cd5 (diff)
downloadbootstrap-ec05ebc5ed2c2ecf76f0ff7ae38056a0cc72f375.tar.xz
bootstrap-ec05ebc5ed2c2ecf76f0ff7ae38056a0cc72f375.zip
add small section to navbar docs on text in the component, per #2035
-rw-r--r--docs/assets/bootstrap.zipbin53351 -> 53351 bytes
-rw-r--r--docs/components.html3
-rw-r--r--docs/templates/pages/components.mustache3
3 files changed, 6 insertions, 0 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip
index fd30c5c35..ddf89c1f4 100644
--- a/docs/assets/bootstrap.zip
+++ b/docs/assets/bootstrap.zip
Binary files differ
diff --git a/docs/components.html b/docs/components.html
index 8becc684f..6c3ab999f 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -908,6 +908,9 @@
&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 -->
diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache
index 94f9da146..ad0b62361 100644
--- a/docs/templates/pages/components.mustache
+++ b/docs/templates/pages/components.mustache
@@ -832,6 +832,9 @@
&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 -->