I want to implement twitter bootstrap dropdown menu, here\'s my code:
adding .pull-right to ul.dropdown-menu should do it
.pull-right
ul.dropdown-menu
Deprecation Notice: As of Bootstrap v3.1.0, .pull-right on dropdown menus is deprecated. To right-align a menu, use .dropdown-menu-right.
.dropdown-menu-right