aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scss/_dropdown.scss6
1 files changed, 0 insertions, 6 deletions
diff --git a/scss/_dropdown.scss b/scss/_dropdown.scss
index 09be6c4a5..e76a56bca 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.