diff options
| author | Mark Otto <[email protected]> | 2012-02-17 20:53:12 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-17 20:53:12 -0800 |
| commit | ec05ebc5ed2c2ecf76f0ff7ae38056a0cc72f375 (patch) | |
| tree | aeadb4620c36b084e5ae9477e11758baa244a02b | |
| parent | 1455bc9f8f288c112da4241d4dbb7549bcd81cd5 (diff) | |
| download | bootstrap-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.zip | bin | 53351 -> 53351 bytes | |||
| -rw-r--r-- | docs/components.html | 3 | ||||
| -rw-r--r-- | docs/templates/pages/components.mustache | 3 |
3 files changed, 6 insertions, 0 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex fd30c5c35..ddf89c1f4 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip 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> </pre> <p><a class="btn" href="./javascript.html#dropdowns">Get the javascript →</a></p> + <hr> + <h3>Text in the navbar</h3> + <p>Wrap strings of text in a <code><p></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 @@ </ul> </pre> <p><a class="btn" href="./javascript.html#dropdowns">{{_i}}Get the javascript →{{/i}}</a></p> + <hr> + <h3>{{_i}}Text in the navbar{{/i}}</h3> + <p>{{_i}}Wrap strings of text in a <code><p></code> tag for proper leading and color.{{/i}}</p> </div><!-- /.span --> </div><!-- /.row --> |
