diff options
| author | Mark Otto <[email protected]> | 2012-03-23 00:38:13 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-03-23 00:38:13 -0700 |
| commit | ee3fc11addc047f82b0e3629e22a9e439fb789b6 (patch) | |
| tree | ab0dfa2d2e8a9e2cd9326ef3f1f5cdad5cdce402 /docs/assets/css | |
| parent | 2729d15742e61c0bf52966064eb260409b55a600 (diff) | |
| download | bootstrap-ee3fc11addc047f82b0e3629e22a9e439fb789b6.tar.xz bootstrap-ee3fc11addc047f82b0e3629e22a9e439fb789b6.zip | |
fix #2617: add negative margin to fixed-bottom navbar
Diffstat (limited to 'docs/assets/css')
| -rw-r--r-- | docs/assets/css/bootstrap-responsive.css | 3 |
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; } |
