mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-12 06:13:09 +00:00
reaffix the docs sidenav at all times--screw this height business; fix space between code snippet and example
This commit is contained in:
parent
9de788134f
commit
dff88d66e2
1 changed files with 1 additions and 3 deletions
|
|
@ -801,7 +801,7 @@ body {
|
||||||
}
|
}
|
||||||
.bs-example + .prettyprint,
|
.bs-example + .prettyprint,
|
||||||
.bs-example + .highlight {
|
.bs-example + .highlight {
|
||||||
margin-top: 0;
|
margin-top: -1px;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
|
|
@ -855,9 +855,7 @@ body {
|
||||||
width: 330px !important;
|
width: 330px !important;
|
||||||
min-height: 132px;
|
min-height: 132px;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (min-width: 992px) and (min-height: 700px) {
|
|
||||||
/* Show the hidden subnavs when space allows it */
|
/* Show the hidden subnavs when space allows it */
|
||||||
.bs-sidebar .nav > .active > ul {
|
.bs-sidebar .nav > .active > ul {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue