derp on navbar toggle and docs positions

This commit is contained in:
Mark Otto 2013-04-28 14:27:48 -07:00
parent 8b3a1702d4
commit bbee78b30b
4 changed files with 18 additions and 6 deletions

View file

@ -308,14 +308,21 @@ section > ul li {
.bs-navbar-bottom-example {
z-index: 1;
padding: 0;
height: 110px;
min-height: 110px;
overflow: hidden; /* cut the drop shadows off */
}
.bs-navbar-top-example .navbar-fixed-top,
.bs-navbar-bottom-example .navbar-fixed-bottom {
position: relative;
margin-left: 0;
margin-right: 0;
}
.bs-navbar-top-example .navbar-fixed-top {
top: -1px;
}
.bs-navbar-bottom-example .navbar-fixed-bottom {
bottom: -1px;
}
.bs-navbar-top-example {
-webkit-border-radius: 0 0 4px 4px;
-moz-border-radius: 0 0 4px 4px;
@ -711,6 +718,11 @@ input.focused {
text-align: left;
}
.bs-navbar-top-example .navbar-fixed-top,
.bs-navbar-bottom-example .navbar-fixed-bottom {
position: absolute;
}
}
/* Tablets/desktops and up */