diff options
| author | Jacob Thornton <[email protected]> | 2015-08-18 21:23:53 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2015-08-18 21:23:53 -0700 |
| commit | 4e45e2363c452e57d187cfd3c64cb0503b881a40 (patch) | |
| tree | f1f359c9300fd539838214d928dc762d520727bb /docs/_includes | |
| parent | fd65b9f32ef0aab74fc8ad9631fecccf0b843bf6 (diff) | |
| parent | 1c19ded8c14cc9caca8ca2992834e2900dbbb4e5 (diff) | |
| download | bootstrap-4e45e2363c452e57d187cfd3c64cb0503b881a40.tar.xz bootstrap-4e45e2363c452e57d187cfd3c64cb0503b881a40.zip | |
Merge branch 'v4' of github.com:twbs/derpstrap into v4
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/footer.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index 8517f0ddc..48074e384 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -35,8 +35,8 @@ SimpleJekyllSearch.init({ searchInput: document.getElementById('search-input'), resultsContainer: document.getElementById('search-results'), - searchResultTemplate: '<li><a href="{url}">{title}</a></li>', - noResultsText: '<li class="no-results">Sorry, there are no results for that search.</li>', + searchResultTemplate: '<a class="dropdown-item" href="{url}">{title}</a>', + noResultsText: '<div class="dropdown-item no-results">Sorry, there are no results for that search.</div>', dataSource: '/search.json' }) |
