diff options
| author | Mark Otto <[email protected]> | 2013-08-13 16:00:05 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-13 16:00:05 -0700 |
| commit | d1e18e55ac7ccc069671bed4314ca9f965a09de7 (patch) | |
| tree | b9926b2721501097b662d3b5e160200f4021beca | |
| parent | 5b4fe08f42ec433d0f193d75dbaac8e6dacae526 (diff) | |
| download | bootstrap-3.0.0-rc.2.tar.xz bootstrap-3.0.0-rc.2.zip | |
remove accordion from customizer; shorten min height for affixv3.0.0-rc.2
| -rw-r--r-- | assets/css/docs.css | 2 | ||||
| -rw-r--r-- | customize.html | 6 |
2 files changed, 1 insertions, 7 deletions
diff --git a/assets/css/docs.css b/assets/css/docs.css index b4f26539d..e346d0333 100644 --- a/assets/css/docs.css +++ b/assets/css/docs.css @@ -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; diff --git a/customize.html b/customize.html index b2c24a9d4..f5ded3b94 100644 --- a/customize.html +++ b/customize.html @@ -153,12 +153,6 @@ base_url: "../" </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"> Panels </label> |
