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 /less | |
| parent | 66122fa153e3d0e18c9796d93f674f0b04831ee9 (diff) | |
| download | bootstrap-e29c2d0c246dee59c22c4b39d03e3c53963b1889.tar.xz bootstrap-e29c2d0c246dee59c22c4b39d03e3c53963b1889.zip | |
Fix .navbar-right > .dropdown-menu alignment
Diffstat (limited to 'less')
| -rw-r--r-- | less/navbar.less | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/less/navbar.less b/less/navbar.less index 846695212..e5edd66f0 100644 --- a/less/navbar.less +++ b/less/navbar.less @@ -259,7 +259,10 @@ @media (min-width: @grid-float-breakpoint) { .navbar-left { .pull-left(); } - .navbar-right { .pull-right(); } + .navbar-right { + .pull-right(); + .pull-right > .dropdown-menu(); + } } |
