Skip to content

Commit

Permalink
remove accordion from customizer; shorten min height for affix
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Aug 13, 2013
1 parent 5b4fe08 commit d1e18e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion assets/css/docs.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
.bs-sidebar .nav > .active > ul {
display: block;
Expand Down
6 changes: 0 additions & 6 deletions customize.html
Original file line number Diff line number Diff line change
Expand Up @@ -151,12 +151,6 @@ <h4>Content blocks</h4>
Jumbotron
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" checked value="accordion.less">
Accordion
</label>
</div>
<div class="checkbox">
<label>
<input type="checkbox" checked value="panels.less">
Expand Down

0 comments on commit d1e18e5

Please sign in to comment.