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 /assets | |
| 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
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/css/docs.css | 2 |
1 files changed, 1 insertions, 1 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; |
