Skip to content

Commit

Permalink
index: updated to 2.0.4 and minified
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Aug 6, 2012
1 parent dabbc85 commit 7e9ce71
Show file tree
Hide file tree
Showing 29 changed files with 175 additions and 12,067 deletions.
13 changes: 10 additions & 3 deletions assets/css/bootstrap-responsive.css
100755 → 100644
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
9 changes: 9 additions & 0 deletions assets/css/bootstrap-responsive.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7e9ce71

Please sign in to comment.