diff options
| author | Mark Otto <[email protected]> | 2017-03-03 12:59:14 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-03-05 12:25:41 -0800 |
| commit | c6fdac94154c4493d422e1441a5e52219b976219 (patch) | |
| tree | 2673eee349449728c0762718e2fc985e965d7b07 /docs/_includes | |
| parent | 4778190d78faab6d19486292e2e73cc418c663f3 (diff) | |
| download | bootstrap-c6fdac94154c4493d422e1441a5e52219b976219.tar.xz bootstrap-c6fdac94154c4493d422e1441a5e52219b976219.zip | |
update instances of old classes in the docs
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> |
