diff options
| author | Mark Otto <[email protected]> | 2012-08-01 19:00:25 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-01 19:00:25 -0700 |
| commit | c2e899f2a014e18f9cf981ea89a20e18a5c9fefb (patch) | |
| tree | 63147333a48bd9eafe57886110b0a01b955792e3 /docs/assets/css | |
| parent | fe93b926b4712ea0d59f572f61b3eebd881ecb57 (diff) | |
| download | bootstrap-c2e899f2a014e18f9cf981ea89a20e18a5c9fefb.tar.xz bootstrap-c2e899f2a014e18f9cf981ea89a20e18a5c9fefb.zip | |
remove the canvas slider doodad
Diffstat (limited to 'docs/assets/css')
| -rw-r--r-- | docs/assets/css/docs.css | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css index 8c81ec72e..52f8ff1bc 100644 --- a/docs/assets/css/docs.css +++ b/docs/assets/css/docs.css @@ -851,37 +851,6 @@ form.bs-docs-example { } } -@media (min-width: 979px) { - .masthead, - .subhead { - position: fixed; - top: 40px; - right: 0; - left: 0; - } - .masthead { - height: 380px; - } - .subhead { - height: 130px; /* +80px pdding */ - } - .bs-docs-canvas { - position: absolute; - width: 100%; - z-index: 10; - background-color: #fff; - -webkit-box-shadow: 0 -5px 15px rgba(0,0,0,.15); - -moz-box-shadow: 0 -5px 15px rgba(0,0,0,.15); - box-shadow: 0 -5px 15px rgba(0,0,0,.15); - } - .masthead + .bs-docs-canvas { - top: 570px; - } - .subhead + .bs-docs-canvas { - top: 250px; - } -} - /* Tablet to desktop ------------------------- */ @media (min-width: 768px) and (max-width: 980px) { |
