]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
reaffix the docs sidenav at all times--screw this height business; fix space between...
authorMark Otto <otto@github.com>
Thu, 15 Aug 2013 05:45:26 +0000 (22:45 -0700)
committerMark Otto <otto@github.com>
Thu, 15 Aug 2013 05:45:26 +0000 (22:45 -0700)
assets/css/docs.css

index 0a1f873170a695dbe3f4ec39f64c4bbd9b5ee4d6..81f97accc8df0f8d494fd4499a68967929691588 100644 (file)
@@ -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;