As per the twitter bootstrap guidelines, I am supposed to enclose text in a <p>
tag for correct leading and color. However, when I try to do this within the navbar
element or any of its sub-levels, the text does not inherit any of the styling properties associated with the navbar
class. Placing the text inside <a>
tags does work, but it is not intended to be a link.
The specific text I am attempting to display is "Logged in as ... "
.