diff options
| author | Mark Otto <[email protected]> | 2012-05-28 01:13:24 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-05-28 01:13:24 -0700 |
| commit | 9699e1d70783122f99b7de67e58a95ddaef1e241 (patch) | |
| tree | d24fcbafeca2495513b5de3a2b3d9ddddb7c45c0 /less | |
| parent | 241cbd478dcacdbd0ddedaecb147bfc9b8f7e753 (diff) | |
| download | bootstrap-9699e1d70783122f99b7de67e58a95ddaef1e241.tar.xz bootstrap-9699e1d70783122f99b7de67e58a95ddaef1e241.zip | |
scope float right dropdown menus to immediate children
Diffstat (limited to 'less')
| -rw-r--r-- | less/dropdowns.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/dropdowns.less b/less/dropdowns.less index 96dfec223..5e232556a 100644 --- a/less/dropdowns.less +++ b/less/dropdowns.less @@ -110,7 +110,7 @@ // Right aligned dropdowns // --------------------------- -.pull-right .dropdown-menu { +.pull-right > .dropdown-menu { right: 0; left: auto; } |
