diff options
| author | Luis Aleman <[email protected]> | 2013-08-13 22:30:02 -0400 |
|---|---|---|
| committer | Luis Aleman <[email protected]> | 2013-08-13 22:30:02 -0400 |
| commit | e29c2d0c246dee59c22c4b39d03e3c53963b1889 (patch) | |
| tree | 8a52706ed9613f37eccf1bdb36a9a20ad79b967e /dist/css/bootstrap.css | |
| parent | 66122fa153e3d0e18c9796d93f674f0b04831ee9 (diff) | |
| download | bootstrap-e29c2d0c246dee59c22c4b39d03e3c53963b1889.tar.xz bootstrap-e29c2d0c246dee59c22c4b39d03e3c53963b1889.zip | |
Fix .navbar-right > .dropdown-menu alignment
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 4a0565a70..2135b6270 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3352,6 +3352,8 @@ button.close { float: left !important; } .navbar-right { + right: 0; + left: auto; float: right !important; } } |
