This is a bit of code from Twitter Bootstrap
.navbar .nav.pull-right .dropdown-menu, .navbar .nav .dropdown-menu.pull-right { left: auto; right: 0; }
That means an element with both classes nav and pull-right.
nav
pull-right