aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-04-15 16:20:17 -0700
committerMark Otto <[email protected]>2015-04-15 16:20:17 -0700
commit11f37681ef37493bafc9365c02c93aafb5afabc8 (patch)
tree8c46b959ea2ace9d315b6a01c25e551cc4ae0af4 /docs/_includes
parent0635027b53023f4b8967ab6436ba32efa1f13d2d (diff)
parent3c9368124507ce2d643a471e71b1ed13c9232435 (diff)
downloadbootstrap-11f37681ef37493bafc9365c02c93aafb5afabc8.tar.xz
bootstrap-11f37681ef37493bafc9365c02c93aafb5afabc8.zip
Merge branch 'v4' of https://github.com/twbs/derpstrap into v4
Diffstat (limited to 'docs/_includes')
-rw-r--r--docs/_includes/footer.html9
-rw-r--r--docs/_includes/nav-docs.html8
2 files changed, 12 insertions, 5 deletions
diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html
index 10f87af42..ea9b63af1 100644
--- a/docs/_includes/footer.html
+++ b/docs/_includes/footer.html
@@ -4,9 +4,12 @@
<div class="bs-docs-container">
{% include social-buttons.html %}
- <p>Designed and built with all the love in the world by <a href="https://twitter.com/mdo" target="_blank">@mdo</a> and <a href="https://twitter.com/fat" target="_blank">@fat</a>.</p>
- <p>Maintained by the <a href="https://github.com/orgs/twbs/people">core team</a> with the help of <a href="https://github.com/twbs/bootstrap/graphs/contributors">our contributors</a>.</p>
- <p>Code licensed under <a rel="license" href="https://github.com/twbs/bootstrap/blob/master/LICENSE" target="_blank">MIT</a>, documentation under <a rel="license" href="https://creativecommons.org/licenses/by/3.0/" target="_blank">CC BY 3.0</a>.</p>
+ <p>
+ Designed and built with all the love in the world by <a href="https://twitter.com/mdo" target="_blank">@mdo</a> and <a href="https://twitter.com/fat" target="_blank">@fat</a>.
+ Maintained by the <a href="https://github.com/orgs/twbs/people">core team</a> with the help of <a href="https://github.com/twbs/bootstrap/graphs/contributors">our contributors</a>.
+ Code licensed <a rel="license" href="https://github.com/twbs/bootstrap/blob/master/LICENSE" target="_blank">MIT</a>, docs <a rel="license" href="https://creativecommons.org/licenses/by/3.0/" target="_blank">CC BY 3.0</a>.
+ </p>
+
<ul class="bs-docs-footer-links text-muted">
<li>Currently v{{ site.current_version }}</li>
<li>&middot;</li>
diff --git a/docs/_includes/nav-docs.html b/docs/_includes/nav-docs.html
index f3836a3c4..2dbee1ad3 100644
--- a/docs/_includes/nav-docs.html
+++ b/docs/_includes/nav-docs.html
@@ -3,12 +3,16 @@
Bootstrap
</a>
- <form class="bs-docs-search hidden-xs-down">
+ <button class="navbar-toggler hidden-sm-up" type="button" data-toggle="collapse" data-target="#docsNavbarContent">
+ &#9776;
+ </button>
+
+ <form class="bs-docs-search hidden-sm-down">
<input type="text" class="form-control" id="search-input" placeholder="Search...">
<ul class="dropdown-menu bs-docs-search-results" id="search-results"></ul>
</form>
- <nav class="bs-docs-links hidden-xs-down">
+ <nav class="bs-docs-links collapse hidden-xs-down" id="docsNavbarContent">
{% for group in site.data.nav %}
{% assign link = group.pages | first %}
{% assign slug = group.title | downcase | replace: ' ', '-' || page.title | downcase | replace: ' ', '-' %}