From: Mark Otto Date: Thu, 15 Aug 2013 05:45:26 +0000 (-0700) Subject: reaffix the docs sidenav at all times--screw this height business; fix space between... X-Git-Tag: v3.0.0~81^2~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dff88d66e2dda94907dfb8cf86b8286014aef45b;p=thirdparty%2Fbootstrap.git reaffix the docs sidenav at all times--screw this height business; fix space between code snippet and example --- 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;