flask-nav
flask-nav copied to clipboard
right nav menu
hello!
how to add to left aligned navbar right aligned block? for getting navbar like on http://getbootstrap.com/
Change the CSS file in the static folder of the example in this repository.
nav.navbar ul li { display: block; width: 150px; margin-right: 20px; float: right; }