Update to Bootstrap 2.0.4

This commit is contained in:
Ben Word
2012-06-03 12:26:22 -06:00
parent 88fd827d04
commit 9e1ecfa4e1
16 changed files with 145 additions and 127 deletions

View File

@@ -9,11 +9,18 @@
padding-top: 0;
}
// Unfix the navbar
.navbar-fixed-top {
.navbar-fixed-top,
.navbar-fixed-bottom {
position: static;
}
.navbar-fixed-top {
margin-bottom: @baseLineHeight;
}
.navbar-fixed-top .navbar-inner {
.navbar-fixed-bottom {
margin-top: @baseLineHeight;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
padding: 5px;
}
.navbar .container {