I want to implement twitter bootstrap dropdown menu, here\'s my code:
Since Bootstrap v3.1.0 adding .pull-right is deprecated on dropdown menus. A .dropdown-menu-right should be added to ul.dropdown-menu instead. Docs
.pull-right
.dropdown-menu-right
ul.dropdown-menu