From: Mark Otto Date: Sat, 18 Feb 2012 04:53:12 +0000 (-0800) Subject: add small section to navbar docs on text in the component, per #2035 X-Git-Tag: v2.0.2~155 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ec05ebc5ed2c2ecf76f0ff7ae38056a0cc72f375;p=thirdparty%2Fbootstrap.git add small section to navbar docs on text in the component, per #2035 --- diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index fd30c5c35c..ddf89c1f42 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/components.html b/docs/components.html index 8becc684f1..6c3ab999f2 100644 --- a/docs/components.html +++ b/docs/components.html @@ -908,6 +908,9 @@ </ul>

Get the javascript →

+
+

Text in the navbar

+

Wrap strings of text in a <p> tag for proper leading and color.

diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index 94f9da1465..ad0b623618 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -832,6 +832,9 @@ </ul>

{{_i}}Get the javascript →{{/i}}

+
+

{{_i}}Text in the navbar{{/i}}

+

{{_i}}Wrap strings of text in a <p> tag for proper leading and color.{{/i}}