Skip to content
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.

Commit

Permalink
Upgrade bootstrap to 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sri-rang committed Aug 14, 2012
1 parent 0e1a407 commit 5da0bd6
Show file tree
Hide file tree
Showing 6 changed files with 158 additions and 127 deletions.
13 changes: 10 additions & 3 deletions public/libs/bootstrap/css/bootstrap-responsive.css
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions public/libs/bootstrap/css/bootstrap-responsive.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 5da0bd6

Please sign in to comment.