diff options
| author | Mark Otto <[email protected]> | 2012-06-08 16:35:04 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-06-08 16:35:04 -0700 |
| commit | 550e375af08a5b6ad401c043f8c0d2f3b1d3b6c2 (patch) | |
| tree | ed1e011fd6bfd01943a44e15fe124eb98bf06ffd /docs/assets/css/docs.css | |
| parent | 269ce715f1a722a10d0a4a9229bcca8da3aa682a (diff) | |
| download | bootstrap-550e375af08a5b6ad401c043f8c0d2f3b1d3b6c2.tar.xz bootstrap-550e375af08a5b6ad401c043f8c0d2f3b1d3b6c2.zip | |
restore scrollspy to body
Diffstat (limited to 'docs/assets/css/docs.css')
| -rw-r--r-- | docs/assets/css/docs.css | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index b5e4cc33c..bbf8e339a 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -455,8 +455,12 @@ hr.soften { -moz-box-shadow: 0 1px 2px rgba(0,0,0,.075); box-shadow: 0 1px 2px rgba(0,0,0,.075); } +.mini-layout, +.mini-layout .mini-layout-body, +.mini-layout.fluid .mini-layout-sidebar { + height: 300px; +} .mini-layout { - height: 240px; margin-bottom: 20px; padding: 9px; } @@ -469,7 +473,6 @@ hr.soften { background-color: #dceaf4; margin: 0 auto; width: 70%; - height: 240px; } .mini-layout.fluid .mini-layout-sidebar, .mini-layout.fluid .mini-layout-header, @@ -479,7 +482,6 @@ hr.soften { .mini-layout.fluid .mini-layout-sidebar { background-color: #bbd8e9; width: 20%; - height: 240px; } .mini-layout.fluid .mini-layout-body { width: 77.5%; |
