0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

Fixes #18550: really remove that reference

This commit is contained in:
Mark Otto 2016-02-06 20:46:11 -08:00
parent cb7b780876
commit 612d287a07

View File

@ -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.