From ec05ebc5ed2c2ecf76f0ff7ae38056a0cc72f375 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 17 Feb 2012 20:53:12 -0800 Subject: add small section to navbar docs on text in the component, per #2035 --- docs/assets/bootstrap.zip | Bin 53351 -> 53351 bytes docs/components.html | 3 +++ docs/templates/pages/components.mustache | 3 +++ 3 files changed, 6 insertions(+) (limited to 'docs') diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index fd30c5c35..ddf89c1f4 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 8becc684f..6c3ab999f 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 94f9da146..ad0b62361 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}}

-- cgit v1.2.3