Skip to content

Commit

Permalink
Merge branch '2.0.4-wip'
Browse files Browse the repository at this point in the history
  • Loading branch information
fat committed Jun 1, 2012
2 parents a85c8fe + 4eaeea8 commit 5657ab4
Show file tree
Hide file tree
Showing 39 changed files with 1,899 additions and 1,460 deletions.
11 changes: 9 additions & 2 deletions docs/assets/css/bootstrap-responsive.css
Expand Up @@ -683,11 +683,18 @@
body {
padding-top: 0;
}
.navbar-fixed-top {
.navbar-fixed-top,
.navbar-fixed-bottom {
position: static;
}
.navbar-fixed-top {
margin-bottom: 18px;
}
.navbar-fixed-top .navbar-inner {
.navbar-fixed-bottom {
margin-top: 18px;
}
.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
padding: 5px;
}
.navbar .container {
Expand Down

0 comments on commit 5657ab4

Please sign in to comment.