diff options
| author | Mark Otto <[email protected]> | 2012-08-20 11:28:30 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-20 11:28:30 -0700 |
| commit | e59642838fcac7af9a326b1d5a3830b18d9f3001 (patch) | |
| tree | a0b1890d12025139c7dfaa3b521b884a4116a263 /docs/assets/css/docs.css | |
| parent | 2fda6a45aa762f66e573a81c279f79e362f3593f (diff) | |
| download | bootstrap-e59642838fcac7af9a326b1d5a3830b18d9f3001.tar.xz bootstrap-e59642838fcac7af9a326b1d5a3830b18d9f3001.zip | |
remove relative and top positioning from docs sidenav at narrow layout
Diffstat (limited to 'docs/assets/css/docs.css')
| -rw-r--r-- | docs/assets/css/docs.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index d9b9f1606..17bfcda6a 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -760,10 +760,9 @@ form.bs-docs-example { .bs-docs-sidenav { width: 228px; - margin-top: 30px; + margin: 30px 0 20px; padding: 0; background-color: #fff; - margin-left: 0; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; @@ -924,8 +923,9 @@ form.bs-docs-example { width: auto; } .bs-docs-sidenav.affix { - position: relative; + position: static; width: auto; + top: 0; } /* Unfloat the back to top link in footer */ |
