From e59642838fcac7af9a326b1d5a3830b18d9f3001 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 20 Aug 2012 11:28:30 -0700 Subject: [PATCH] remove relative and top positioning from docs sidenav at narrow layout --- docs/assets/css/docs.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 */