]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixes #18550: really remove that reference
authorMark Otto <markdotto@gmail.com>
Sun, 7 Feb 2016 04:46:11 +0000 (20:46 -0800)
committerMark Otto <markdotto@gmail.com>
Sun, 7 Feb 2016 04:46:11 +0000 (20:46 -0800)
scss/_dropdown.scss

index 09be6c4a56a9a8a6e9b03ebfb1100d2a60eaef94..e76a56bca9e2fd7363e0596ad24fcbe015d453c3 100644 (file)
   z-index: $zindex-dropdown-backdrop;
 }
 
-// Right aligned dropdowns
-.pull-right > .dropdown-menu {
-  right: 0;
-  left: auto;
-}
-
 // Allow for dropdowns to go bottom up (aka, dropup-menu)
 //
 // Just add .dropup after the standard .dropdown class and you're set.