From: Mark Otto Date: Sun, 7 Feb 2016 04:46:11 +0000 (-0800) Subject: Fixes #18550: really remove that reference X-Git-Tag: v4.0.0-alpha.3~283 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=612d287a073b9dfab42f68180beedb7770aec303;p=thirdparty%2Fbootstrap.git Fixes #18550: really remove that reference --- diff --git a/scss/_dropdown.scss b/scss/_dropdown.scss index 09be6c4a56..e76a56bca9 100644 --- a/scss/_dropdown.scss +++ b/scss/_dropdown.scss @@ -157,12 +157,6 @@ 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.