From f5f04ae4a0cd57c59c782a45cca28220d5dbb3ea Mon Sep 17 00:00:00 2001 From: fat Date: Thu, 25 Jul 2013 23:30:13 -0700 Subject: =?UTF-8?q?fix=20affix=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/css/docs.css | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'assets/css/docs.css') diff --git a/assets/css/docs.css b/assets/css/docs.css index d1240bcb0..4b4150e57 100644 --- a/assets/css/docs.css +++ b/assets/css/docs.css @@ -737,7 +737,6 @@ input.focused { right: 15px; bottom: 15px; } - .bs-header { font-size: 21px; text-align: left; @@ -793,12 +792,22 @@ input.focused { @media screen and (min-width: 992px) { /* Widen the fixed sidebar */ + .bs-sidebar.affix, + .bs-sidebar.affix-bottom { + width: 213px; + } .bs-sidebar.affix { position: fixed; /* Undo the static from mobile-first approach */ - top: 50px; - width: 213px; + top: 80px; + } + .bs-sidebar.affix-bottom { + position: absolute; /* Undo the static from mobile-first approach */ + } + .bs-sidebar.affix-bottom .bs-sidenav, + .bs-sidebar.affix .bs-sidenav { + margin-top: 0; + margin-bottom: 0; } - .bs-header h1, .bs-header p { margin-right: 380px; @@ -818,6 +827,7 @@ input.focused { @media screen and (min-width: 1200px) { /* Widen the fixed sidebar again */ + .bs-sidebar.affix-bottom, .bs-sidebar.affix { width: 270px; } -- cgit v1.2.3