diff options
| author | Kevin Kirsche <[email protected]> | 2015-02-24 23:04:59 -0500 |
|---|---|---|
| committer | Kevin Kirsche <[email protected]> | 2015-02-24 23:04:59 -0500 |
| commit | 3ed961e4c143d0ee217eb1863e1f1e3848b0f561 (patch) | |
| tree | d44148c6b65f8d99016e5870c3815800a9899a2c /docs/examples | |
| parent | 0553300a36e5623e36f90132d24a7f0699a783aa (diff) | |
| download | bootstrap-3ed961e4c143d0ee217eb1863e1f1e3848b0f561.tar.xz bootstrap-3ed961e4c143d0ee217eb1863e1f1e3848b0f561.zip | |
Document justified navbar for #15906
Document in the source code that the justified nav is meant for single line list items only. This should help prevent Issues like #15906 in the future.
Diffstat (limited to 'docs/examples')
| -rw-r--r-- | docs/examples/justified-nav/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/examples/justified-nav/index.html b/docs/examples/justified-nav/index.html index 5a46d5669..24d3ff397 100644 --- a/docs/examples/justified-nav/index.html +++ b/docs/examples/justified-nav/index.html @@ -32,6 +32,8 @@ <div class="container"> + <!-- The justified navigation menu is meant for single line per list item. + Multiple lines will require custom code not provided by Bootstrap. --> <div class="masthead"> <h3 class="text-muted">Project name</h3> <nav> |
