diff options
| author | Mark Otto <[email protected]> | 2012-08-27 11:05:01 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-27 11:05:01 -0700 |
| commit | 8a5dde556b4b029a18faa8c863284d72f7df3b28 (patch) | |
| tree | 955567efeaa37d1bd76c3f4e5d88ba2d65eb4a26 /docs | |
| parent | 1c9d5c43b06dc81de1320227244246a17d3a79f3 (diff) | |
| download | bootstrap-8a5dde556b4b029a18faa8c863284d72f7df3b28.tar.xz bootstrap-8a5dde556b4b029a18faa8c863284d72f7df3b28.zip | |
fixes #4644: ensure new static navbar negative indents on responsive layouts like fixed navbars
Diffstat (limited to 'docs')
| -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 3b0efb1ac..07542e249 100644 --- a/docs/assets/css/bootstrap-responsive.css +++ b/docs/assets/css/bootstrap-responsive.css @@ -780,7 +780,8 @@ padding-left: 20px; } .navbar-fixed-top, - .navbar-fixed-bottom { + .navbar-fixed-bottom, + .navbar-static-top { margin-right: -20px; margin-left: -20px; } |
