Menu Align to right?

How do align the menu to the right I can’t find where the following CSS is in the LESS files?

.navbar-nav {
float: left;
margin: 0;
}

http://getbootstrap.com/components/#navbar

Use .navbar-right. This isn’t the place for basic Bootstrap questions.