aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2015-08-18 21:23:53 -0700
committerJacob Thornton <[email protected]>2015-08-18 21:23:53 -0700
commit4e45e2363c452e57d187cfd3c64cb0503b881a40 (patch)
treef1f359c9300fd539838214d928dc762d520727bb /docs/_includes
parentfd65b9f32ef0aab74fc8ad9631fecccf0b843bf6 (diff)
parent1c19ded8c14cc9caca8ca2992834e2900dbbb4e5 (diff)
downloadbootstrap-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.html4
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'
})