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
ptag inside of your navbar, like so: