From 9699e1d70783122f99b7de67e58a95ddaef1e241 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 28 May 2012 01:13:24 -0700 Subject: scope float right dropdown menus to immediate children --- docs/assets/css/bootstrap.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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; } -- cgit v1.2.3