Commit dff88d66 authored by Mark Otto's avatar Mark Otto
Browse files

reaffix the docs sidenav at all times--screw this height business; fix space...

reaffix the docs sidenav at all times--screw this height business; fix space between code snippet and example
parent 9de78813
Showing with 1 addition and 3 deletions
+1 -3
......@@ -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;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment