Skip to content

Commit

Permalink
Updated Bootstrap. Final touches before 1.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
hperrin committed Jun 16, 2012
1 parent aa54ddf commit 31b082e
Show file tree
Hide file tree
Showing 16 changed files with 1,627 additions and 1,268 deletions.
13 changes: 10 additions & 3 deletions includes/bootstrap/css/bootstrap-responsive.css
@@ -1,5 +1,5 @@
/*!
* Bootstrap Responsive v2.0.3
* Bootstrap Responsive v2.0.4
*
* Copyright 2012 Twitter, Inc
* Licensed under the Apache License v2.0
Expand Down 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 31b082e

Please sign in to comment.