diff options
| author | Mark Otto <[email protected]> | 2017-03-07 20:44:42 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-03-07 20:44:42 -0800 |
| commit | 7e07d5bf2e5ed22d3997bacf8395ef6d0f0b99d1 (patch) | |
| tree | 6e96a5b4e21aa1d49643b5a3abb960c767b4f63f /docs/_includes | |
| parent | 07f63324d1f9447641d6d932872cea05aff5107f (diff) | |
| parent | 95f37e4c402df37db16781995ffa1592032df9c8 (diff) | |
| download | bootstrap-7e07d5bf2e5ed22d3997bacf8395ef6d0f0b99d1.tar.xz bootstrap-7e07d5bf2e5ed22d3997bacf8395ef6d0f0b99d1.zip | |
Merge branch 'v4-dev' of https://github.com/twbs/bootstrap into v4-dev
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/nav-docs.html | 2 | ||||
| -rw-r--r-- | docs/_includes/nav-home.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/_includes/nav-docs.html b/docs/_includes/nav-docs.html index 94d46537d..89ca747a9 100644 --- a/docs/_includes/nav-docs.html +++ b/docs/_includes/nav-docs.html @@ -1,4 +1,4 @@ -<form class="bd-search hidden-sm-down"> +<form class="bd-search d-none d-sm-block"> <input type="search" class="form-control" id="search-input" placeholder="Search..." aria-label="Search for..." autocomplete="off"> <div class="dropdown-menu bd-search-results" id="search-results"></div> </form> diff --git a/docs/_includes/nav-home.html b/docs/_includes/nav-home.html index 3ba8520e0..513a34bdc 100644 --- a/docs/_includes/nav-home.html +++ b/docs/_includes/nav-home.html @@ -25,7 +25,7 @@ </nav> {% endcomment %} - <div class="d-flex justify-content-between hidden-lg-up"> + <div class="d-flex justify-content-between d-lg-none"> <a class="navbar-brand" href="{{ site.baseurl }}/"> Bootstrap </a> |
