From dff88d66e2dda94907dfb8cf86b8286014aef45b Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 14 Aug 2013 22:45:26 -0700 Subject: [PATCH] reaffix the docs sidenav at all times--screw this height business; fix space between code snippet and example --- assets/css/docs.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/assets/css/docs.css b/assets/css/docs.css index 0a1f873170..81f97accc8 100644 --- a/assets/css/docs.css +++ b/assets/css/docs.css @@ -801,7 +801,7 @@ body { } .bs-example + .prettyprint, .bs-example + .highlight { - margin-top: 0; + margin-top: -1px; margin-left: 0; margin-right: 0; border-width: 1px; @@ -855,9 +855,7 @@ body { width: 330px !important; min-height: 132px; } -} -@media screen and (min-width: 992px) and (min-height: 700px) { /* Show the hidden subnavs when space allows it */ .bs-sidebar .nav > .active > ul { display: block; -- 2.47.2