diff options
| author | Mark Otto <[email protected]> | 2016-10-24 16:05:39 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-10-24 16:05:39 -0700 |
| commit | d5e153eac8d269531b2d92ebefc1b3567ef4b7ff (patch) | |
| tree | 3691104b80628aa97384034b81066de2cb048e9b /docs | |
| parent | e17a767a4c95fb724b65b926c9c619e3893f9447 (diff) | |
| download | bootstrap-d5e153eac8d269531b2d92ebefc1b3567ef4b7ff.tar.xz bootstrap-d5e153eac8d269531b2d92ebefc1b3567ef4b7ff.zip | |
fix broken float
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/_includes/nav-home.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/nav-home.html b/docs/_includes/nav-home.html index 60faf5a4d..e151ff914 100644 --- a/docs/_includes/nav-home.html +++ b/docs/_includes/nav-home.html @@ -54,7 +54,7 @@ </li> </ul> - <form class="bd-search hidden-sm-down pull-md-right"> + <form class="bd-search hidden-sm-down float-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> |
