2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

remove the canvas slider doodad

This commit is contained in:
Mark Otto
2012-08-01 19:00:25 -07:00
parent fe93b926b4
commit c2e899f2a0
20 changed files with 450 additions and 1054 deletions
-31
View File
@@ -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) {