diff options
| author | Mark Otto <[email protected]> | 2015-02-24 21:16:55 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-02-24 21:16:55 -0800 |
| commit | dd1a31a7deff5fe18f727452cec7c24e7f849e29 (patch) | |
| tree | 9394c5deff41ac387f008ab0bc67142d45f96ae2 /docs/examples | |
| parent | 8982de34825725ef81e628044c2218c5a5d9bf1e (diff) | |
| parent | 3ed961e4c143d0ee217eb1863e1f1e3848b0f561 (diff) | |
| download | bootstrap-dd1a31a7deff5fe18f727452cec7c24e7f849e29.tar.xz bootstrap-dd1a31a7deff5fe18f727452cec7c24e7f849e29.zip | |
Merge pull request #15916 from kkirsche/patch-2
Add source code documentation of justified navbar for #15906
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> |
