diff options
| author | Mark Otto <[email protected]> | 2015-08-05 00:10:15 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-05 00:10:15 -0700 |
| commit | 6836530f723d10032460338a537a58932d8d6c27 (patch) | |
| tree | 9e9cef87a8d490f0c55c3976234a1145ed8553c9 /docs/assets/css/docs.min.css | |
| parent | b728fe2bbd6222084f9fe049b1ba778b6a9bf496 (diff) | |
| download | bootstrap-6836530f723d10032460338a537a58932d8d6c27.tar.xz bootstrap-6836530f723d10032460338a537a58932d8d6c27.zip | |
account for nav on docs pages
Diffstat (limited to 'docs/assets/css/docs.min.css')
| -rw-r--r-- | docs/assets/css/docs.min.css | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/assets/css/docs.min.css b/docs/assets/css/docs.min.css index e24a6312c..92472a9f8 100644 --- a/docs/assets/css/docs.min.css +++ b/docs/assets/css/docs.min.css @@ -4,6 +4,9 @@ * Licensed under the Creative Commons Attribution 3.0 Unported License. For * details, see http://creativecommons.org/licenses/by/3.0/. */ +.bd-docs { + padding-top: 3.7rem; } + .bd-container { position: relative; max-width: 62rem; @@ -81,7 +84,7 @@ margin-left: 240px; } .bd-sidebar { position: fixed; - top: 0; + top: 3.7rem; bottom: 0; left: 0; width: 240px; @@ -240,8 +243,7 @@ background-color: rgba(0, 0, 0, 0.5); } .bd-navbar { - padding-top: .25rem; - padding-bottom: .25rem; + padding: .25rem; background-color: #2a2730; } .bd-navbar .nav-link { color: #8e869d; } |
