diff options
| author | Mark Otto <[email protected]> | 2012-03-26 09:25:31 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-03-26 09:25:31 -0700 |
| commit | d4914f47c34053fded5aea39fcb9b7747f7bbecc (patch) | |
| tree | de3def42049c1f57a190bf30480e7bde97737f00 /docs/components.html | |
| parent | cffadd8c71be0c7595801623d39e5f545d0f4028 (diff) | |
| download | bootstrap-d4914f47c34053fded5aea39fcb9b7747f7bbecc.tar.xz bootstrap-d4914f47c34053fded5aea39fcb9b7747f7bbecc.zip | |
fix #2799, mention of text in the navbar
Diffstat (limited to 'docs/components.html')
| -rw-r--r-- | docs/components.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components.html b/docs/components.html index 8c25c7c2f..5df760459 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1115,7 +1115,7 @@ <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> + <p>Wrap strings of text in a <code><.navbar-text></code>, usually on a <code><p></code> tag for proper leading and color.</p> </div><!-- /.span --> </div><!-- /.row --> |
