Created by: buraktuyan
This commit extends the dropdown-menu classes to create a new dropup component (using a previously undocumented dropdown-menu.bottom-up
class and brand new dropdown-menu.pull-right
class.)
- Documents the hidden .dropdown-menu.bottom-up option (to be used for dropups)
- Extends the .bottom-up class to carets and all relevant caret styles
- Adds .dropdown-menu.pull-right class for right-aligned dropdowns and dropups
- Adds examples and some information to the "split dropdown", "navbar", "tabs" and "pills" sections of the Docs
I paid special attention to the carets, especially in the navbar, tabs and pills.
I also documented the new dropup feature and added some examples.
TESTED with Google Chrome 17, Internet Explorer 8 and Firefox 9.01 on a Windows 7 machine.
QUICK LOOK:
- Right aligned split button: http://i.imgur.com/PkfKG.png
- Dropup split buttons: http://i.imgur.com/ylPYo.png
- Navbar with dropups: http://i.imgur.com/PxETP.png
- Tabs and pills with dropups: http://i.imgur.com/glzmA.png
NOTE: Please double check the .LESS and .MUSTACHE files for integrity.