mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-27 14:46:01 +03:00
collapsing navbar tools
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<ul class="dropdown-menu bs-docs-search-results" id="search-results"></ul>
|
||||
</form>
|
||||
|
||||
<nav class="bs-docs-links collapse hidden-xs-down" id="docsNavbarContent">
|
||||
<nav class="bs-docs-links collapse navbar-toggleable-xs" id="docsNavbarContent">
|
||||
{% for group in site.data.nav %}
|
||||
{% assign link = group.pages | first %}
|
||||
{% assign slug = group.title | downcase | replace: ' ', '-' || page.title | downcase | replace: ' ', '-' %}
|
||||
|
||||
Reference in New Issue
Block a user