According to the twitter bootstrap documentation, I should be able to "Wrap strings of text in a <p>
tag for proper leading and color." When I do this, at any level under navbar
it simply doesn't inherit any of the navbar
classes. Wrapping the string in <a>
tags renders it but it shouldn't be an anchor.
The string I'm trying to render is "Logged in as ... "
.
You have to include a class along with your p
tag inside of your navbar, like so:
<p class="navbar-text">Logged in as</p>
This was fixed in issue 2799.
I had to add <span class="navbar-text">
for the format to level with the anchor tags.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With