I'm using bootstrap (v2) and I see from http://twitter.github.com/bootstrap/components.html#dropdowns that you can have "Split Button Dropdowns".
In the Navbar you can have dropdowns
However it doesn't look like you can have a split dropdown in the navbar. What I want to use this for is to have the name of the logged in user with the caret next to it. Clicking the user name takes you to a page for the user, but the caret would show a dropdown with actions like "sign out" etc.
Is this possible?