mirror of https://github.com/twbs/bootstrap.git
remove `<div class="bd-sidebar">`
content had already been wrapped in the `<div class="col-md-3 col-md-push-9 bd-sidebar">`
This commit is contained in:
parent
699c6bb383
commit
38b40d8f59
|
|
@ -1,5 +1,3 @@
|
|||
<div class="bd-sidebar">
|
||||
|
||||
<form class="bd-search hidden-sm-down">
|
||||
<input type="text" class="form-control" id="search-input" placeholder="Search..." autocomplete="off">
|
||||
<div class="dropdown-menu bd-search-results" id="search-results"></div>
|
||||
|
|
@ -57,4 +55,3 @@
|
|||
</div>
|
||||
{% endfor %}
|
||||
</nav>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue