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 /docs/components.html | |
| parent | 1455bc9f8f288c112da4241d4dbb7549bcd81cd5 (diff) | |
| download | bootstrap-ec05ebc5ed2c2ecf76f0ff7ae38056a0cc72f375.tar.xz bootstrap-ec05ebc5ed2c2ecf76f0ff7ae38056a0cc72f375.zip | |
add small section to navbar docs on text in the component, per #2035
Diffstat (limited to 'docs/components.html')
| -rw-r--r-- | docs/components.html | 3 |
1 files changed, 3 insertions, 0 deletions
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 --> |
