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 /docs/assets | |
| parent | 241cbd478dcacdbd0ddedaecb147bfc9b8f7e753 (diff) | |
| download | bootstrap-9699e1d70783122f99b7de67e58a95ddaef1e241.tar.xz bootstrap-9699e1d70783122f99b7de67e58a95ddaef1e241.zip | |
scope float right dropdown menus to immediate children
Diffstat (limited to 'docs/assets')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 029e32db7..e34c4ee27 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -2449,7 +2449,7 @@ table .span24 { display: block; } -.pull-right .dropdown-menu { +.pull-right > .dropdown-menu { right: 0; left: auto; } |
