Skip to content

Commit d1e18e5

Browse files
committed
remove accordion from customizer; shorten min height for affix
1 parent 5b4fe08 commit d1e18e5

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

assets/css/docs.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -860,7 +860,7 @@ body {
860860
}
861861
}
862862

863-
@media screen and (min-width: 992px) and (min-height: 800px) {
863+
@media screen and (min-width: 992px) and (min-height: 700px) {
864864
/* Show the hidden subnavs when space allows it */
865865
.bs-sidebar .nav > .active > ul {
866866
display: block;

customize.html

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -151,12 +151,6 @@ <h4>Content blocks</h4>
151151
Jumbotron
152152
</label>
153153
</div>
154-
<div class="checkbox">
155-
<label>
156-
<input type="checkbox" checked value="accordion.less">
157-
Accordion
158-
</label>
159-
</div>
160154
<div class="checkbox">
161155
<label>
162156
<input type="checkbox" checked value="panels.less">

0 commit comments

Comments
 (0)