flask-nav icon indicating copy to clipboard operation
flask-nav copied to clipboard

right nav menu

Open stsouko opened this issue 10 years ago • 1 comments

hello!

how to add to left aligned navbar right aligned block? for getting navbar like on http://getbootstrap.com/

stsouko avatar Apr 01 '16 21:04 stsouko

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; }

hstarmans avatar Apr 09 '17 15:04 hstarmans