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