]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
scope float right dropdown menus to immediate children
authorMark Otto <markotto@twitter.com>
Mon, 28 May 2012 08:13:24 +0000 (01:13 -0700)
committerMark Otto <markotto@twitter.com>
Mon, 28 May 2012 08:13:24 +0000 (01:13 -0700)
docs/assets/css/bootstrap.css
less/dropdowns.less

index 029e32db77d4d5889d3d4b3d76ccdd2b06ec1265..e34c4ee27013706b78e9a42e126cbe93da61cdea 100644 (file)
@@ -2449,7 +2449,7 @@ table .span24 {
   display: block;
 }
 
-.pull-right .dropdown-menu {
+.pull-right .dropdown-menu {
   right: 0;
   left: auto;
 }
index 96dfec223725408ead9fe120ca28e19cc182ae23..5e232556a6273f533da0ac80e949b8e6fd7bc608 100644 (file)
 
 // Right aligned dropdowns
 // ---------------------------
-.pull-right .dropdown-menu {
+.pull-right .dropdown-menu {
   right: 0;
   left: auto;
 }