vendor/assets/stylesheets/bootstrap-responsive.css in fennec-2.0.6 vs vendor/assets/stylesheets/bootstrap-responsive.css in fennec-2.0.7
- old
+ new
@@ -1,7 +1,7 @@
/*!
- * Bootstrap Responsive v2.0.3
+ * Bootstrap Responsive v2.0.4
*
* Copyright 2012 Twitter, Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
@@ -681,14 +681,21 @@
@media (max-width: 979px) {
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 {
width: auto;
padding: 0;