diff options
| author | Mark Otto <[email protected]> | 2013-08-18 11:17:28 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-18 11:17:28 -0700 |
| commit | 9b66e6b0f4e642609e8b7ba2b8590d2c31fe0469 (patch) | |
| tree | bb655b68748f0ea9609957ed30c50c9578f756f6 /dist/css/bootstrap.css | |
| parent | 776fb435c54c016966f2125115d832797868d777 (diff) | |
| download | bootstrap-9b66e6b0f4e642609e8b7ba2b8590d2c31fe0469.tar.xz bootstrap-9b66e6b0f4e642609e8b7ba2b8590d2c31fe0469.zip | |
fixes #9790: nullify right padding in container-ed navbars when last element in collapse is a right aligned navbar nav
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 69d683788..7f4529a34 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -4047,6 +4047,9 @@ textarea.input-group-sm > .input-group-btn > .btn { .navbar-collapse.in { overflow-y: visible; } + .navbar-collapse .navbar-nav.navbar-right:last-child { + margin-right: -15px; + } } .container > .navbar-header, |
