How do I align a navbar item to right?
I want to have the login and register to the right. But everything I try does not seem to work.
Find the 69 line in the verndor-prefixes.less and write it following:
.panel { margin-bottom: 20px; height: 100px; background-color: #fff; border: 1px solid transparent; border-radius: 4px; -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05); box-shadow: 0 1px 1px rgba(0,0,0,.05); }