Skip to content

Commit

Permalink
2.0.3 -> 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fat committed Jun 1, 2012
1 parent 25bf314 commit 6308597
Show file tree
Hide file tree
Showing 35 changed files with 1,351 additions and 1,336 deletions.
Binary file modified assets/bootstrap.zip
Binary file not shown.
13 changes: 10 additions & 3 deletions assets/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
Loading

0 comments on commit 6308597

Please sign in to comment.