aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-03-23 00:38:13 -0700
committerMark Otto <[email protected]>2012-03-23 00:38:13 -0700
commitee3fc11addc047f82b0e3629e22a9e439fb789b6 (patch)
treeab0dfa2d2e8a9e2cd9326ef3f1f5cdad5cdce402
parent2729d15742e61c0bf52966064eb260409b55a600 (diff)
downloadbootstrap-ee3fc11addc047f82b0e3629e22a9e439fb789b6.tar.xz
bootstrap-ee3fc11addc047f82b0e3629e22a9e439fb789b6.zip
fix #2617: add negative margin to fixed-bottom navbar
-rw-r--r--docs/assets/bootstrap.zipbin55687 -> 55700 bytes
-rw-r--r--docs/assets/css/bootstrap-responsive.css3
-rw-r--r--less/responsive-767px-max.less3
3 files changed, 4 insertions, 2 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip
index d7ffa1271..743cd3fbd 100644
--- a/docs/assets/bootstrap.zip
+++ b/docs/assets/bootstrap.zip
Binary files differ
diff --git a/docs/assets/css/bootstrap-responsive.css b/docs/assets/css/bootstrap-responsive.css
index 14d7594d2..78ce60d7f 100644
--- a/docs/assets/css/bootstrap-responsive.css
+++ b/docs/assets/css/bootstrap-responsive.css
@@ -140,7 +140,8 @@
padding-left: 20px;
padding-right: 20px;
}
- .navbar-fixed-top {
+ .navbar-fixed-top,
+ .navbar-fixed-bottom {
margin-left: -20px;
margin-right: -20px;
}
diff --git a/less/responsive-767px-max.less b/less/responsive-767px-max.less
index 6f54f8880..bb4a449f8 100644
--- a/less/responsive-767px-max.less
+++ b/less/responsive-767px-max.less
@@ -75,7 +75,8 @@
padding-left: 20px;
padding-right: 20px;
}
- .navbar-fixed-top {
+ .navbar-fixed-top,
+ .navbar-fixed-bottom {
margin-left: -20px;
margin-right: -20px;
}