I'm using a navbar for the standard nav stuff and i'd like to include a button for Sign in and Sign up.
The I'm using an a
tag with the btn btn-large btn-success
classes and by default it appears the navbar does not accommodate the use of nested btn
s.
The result is something like this:
And when hovered over, it comes out as:
My question is basically: Am i doing this wrong? Is there something I'm missing?
Thought i'd ask before I redefine CSS classes for .btn. within a navbar.
Thanks.
a.btn
inside of a<li>
. – Deirdra