Commit d1e18e55 authored by Mark Otto's avatar Mark Otto

remove accordion from customizer; shorten min height for affix

parent 5b4fe08f
...@@ -860,7 +860,7 @@ body { ...@@ -860,7 +860,7 @@ body {
} }
} }
@media screen and (min-width: 992px) and (min-height: 800px) { @media screen and (min-width: 992px) and (min-height: 700px) {
/* Show the hidden subnavs when space allows it */ /* Show the hidden subnavs when space allows it */
.bs-sidebar .nav > .active > ul { .bs-sidebar .nav > .active > ul {
display: block; display: block;
......
...@@ -151,12 +151,6 @@ base_url: "../" ...@@ -151,12 +151,6 @@ base_url: "../"
Jumbotron Jumbotron
</label> </label>
</div> </div>
<div class="checkbox">
<label>
<input type="checkbox" checked value="accordion.less">
Accordion
</label>
</div>
<div class="checkbox"> <div class="checkbox">
<label> <label>
<input type="checkbox" checked value="panels.less"> <input type="checkbox" checked value="panels.less">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment