From: Mark Otto Date: Mon, 20 Aug 2012 18:28:30 +0000 (-0700) Subject: remove relative and top positioning from docs sidenav at narrow layout X-Git-Tag: v2.1.0~2^2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e59642838fcac7af9a326b1d5a3830b18d9f3001;p=thirdparty%2Fbootstrap.git remove relative and top positioning from docs sidenav at narrow layout --- diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index d9b9f16066..17bfcda6af 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 */