aboutsummaryrefslogtreecommitdiff
path: root/less
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 /less
parent2729d15742e61c0bf52966064eb260409b55a600 (diff)
downloadbootstrap-ee3fc11addc047f82b0e3629e22a9e439fb789b6.tar.xz
bootstrap-ee3fc11addc047f82b0e3629e22a9e439fb789b6.zip
fix #2617: add negative margin to fixed-bottom navbar
Diffstat (limited to 'less')
-rw-r--r--less/responsive-767px-max.less3
1 files changed, 2 insertions, 1 deletions
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;
}