diff options
| author | Mark Otto <[email protected]> | 2013-08-14 22:45:26 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-14 22:45:26 -0700 |
| commit | dff88d66e2dda94907dfb8cf86b8286014aef45b (patch) | |
| tree | 1ecef09539ab35797f7e85bce887fffafcaa2e09 /assets | |
| parent | 9de788134fa40e37577a324c0d37377dc0369ec9 (diff) | |
| download | bootstrap-dff88d66e2dda94907dfb8cf86b8286014aef45b.tar.xz bootstrap-dff88d66e2dda94907dfb8cf86b8286014aef45b.zip | |
reaffix the docs sidenav at all times--screw this height business; fix space between code snippet and example
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/css/docs.css | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/assets/css/docs.css b/assets/css/docs.css index 0a1f87317..81f97accc 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; |
