diff options
| author | Mark Otto <[email protected]> | 2016-09-05 22:40:44 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-09-05 22:40:44 -0700 |
| commit | 0af35cc6e7d8e05a168a998fc5ec289f124753d9 (patch) | |
| tree | 47aaa71fd566d534f0e82b161e6aff2ccf20eb59 /docs/_includes | |
| parent | 2494a29df8d2722ccd80ccca8c8951fca1852f28 (diff) | |
| download | bootstrap-0af35cc6e7d8e05a168a998fc5ec289f124753d9.tar.xz bootstrap-0af35cc6e7d8e05a168a998fc5ec289f124753d9.zip | |
nav changes
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/nav-docs.html | 5 | ||||
| -rw-r--r-- | docs/_includes/nav-home.html | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/docs/_includes/nav-docs.html b/docs/_includes/nav-docs.html index b4f4d1f9e..6f4d1c0fd 100644 --- a/docs/_includes/nav-docs.html +++ b/docs/_includes/nav-docs.html @@ -1,8 +1,3 @@ -<form class="bd-search hidden-sm-down"> - <input type="text" class="form-control" id="search-input" placeholder="Search..." autocomplete="off"> - <div class="dropdown-menu bd-search-results" id="search-results"></div> -</form> - <nav class="bd-links" id="docsNavbarContent"> {% for group in site.data.nav %} {% assign link = group.pages | first %} diff --git a/docs/_includes/nav-home.html b/docs/_includes/nav-home.html index 0436e2dbe..c25d7d6bc 100644 --- a/docs/_includes/nav-home.html +++ b/docs/_includes/nav-home.html @@ -55,6 +55,11 @@ <a class="nav-item nav-link" href="{{ site.blog }}" onclick="ga('send', 'event', 'Navbar', 'Community links', 'Blog');">Blog</a> </li> </ul> + + <form class="bd-search hidden-sm-down pull-md-right"> + <input type="text" class="form-control" id="search-input" placeholder="Search..." autocomplete="off"> + <div class="dropdown-menu bd-search-results" id="search-results"></div> + </form> </div> </nav> </div> |
