diff options
| author | Mark Otto <[email protected]> | 2015-08-05 00:38:36 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-05 00:38:36 -0700 |
| commit | d80f26fe491d21a35b09894932806fc027de329a (patch) | |
| tree | 53298d36a72cfd302e40a6b193c25dcf63e70051 /docs/assets/css/docs.min.css | |
| parent | 0156fc1c9d929b631eea0f61cd39fb789993a3fb (diff) | |
| download | bootstrap-d80f26fe491d21a35b09894932806fc027de329a.tar.xz bootstrap-d80f26fe491d21a35b09894932806fc027de329a.zip | |
unaffix sidebar and simplify styles of docs side nav to be more like v3
Diffstat (limited to 'docs/assets/css/docs.min.css')
| -rw-r--r-- | docs/assets/css/docs.min.css | 46 |
1 files changed, 1 insertions, 45 deletions
diff --git a/docs/assets/css/docs.min.css b/docs/assets/css/docs.min.css index 92472a9f8..acc13543e 100644 --- a/docs/assets/css/docs.min.css +++ b/docs/assets/css/docs.min.css @@ -5,7 +5,7 @@ * details, see http://creativecommons.org/licenses/by/3.0/. */ .bd-docs { - padding-top: 3.7rem; } + padding-top: 5rem; } .bd-container { position: relative; @@ -61,50 +61,6 @@ #markdown-toc > li:first-child { display: none; } -.bd-sidebar { - padding: 0; - margin-bottom: 0; - background-color: #fafafa; } - .bd-sidebar .navbar-toggler { - position: absolute; - top: 1rem; - right: 0; - z-index: 5; } - -.bd-sidebar .navbar-header { - float: none; - margin-right: -15px; } - -.bd-sidebar .navbar-collapse { - padding: 0; - border: 0; } - -@media (min-width: 992px) { - .bd-docs { - margin-left: 240px; } - .bd-sidebar { - position: fixed; - top: 3.7rem; - bottom: 0; - left: 0; - width: 240px; - overflow-y: auto; - border-right: 1px solid #eee; - -webkit-transform: translated3d(0, 0, 0); } } - -.bd-sidebar .navbar-brand { - display: block; - float: none; - height: auto; - padding: 1.55rem 1.25rem; - font-size: 20px; - font-weight: 500; - line-height: 1; } - -.bd-sidebar-brand:hover, -.bd-sidebar-brand:focus { - text-decoration: none; } - .bd-search { position: relative; margin-right: 1.25rem; |
