Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plain text in navbar invisible and not properly outlined #2035

Closed
dyve opened this issue Feb 17, 2012 · 6 comments
Closed

Plain text in navbar invisible and not properly outlined #2035

dyve opened this issue Feb 17, 2012 · 6 comments
Milestone

Comments

@dyve
Copy link

dyve commented Feb 17, 2012

Demo says it all: http://jsbin.com/iwoyep

If it isn't a brand or a link, it doesn't outline (it doesn't even show). Unless I am missing something from the docs?

@mdo
Copy link
Member

mdo commented Feb 18, 2012

Wrap any text you want to appear in the navbar in a p tag. Added this in 2.0.2-wip. Thanks!

@dyve
Copy link
Author

dyve commented Mar 13, 2012

This does NOT seem fixed in 2.0.2

@lauterry
Copy link

I confirm that it's not fixed in 2.0.2 unless i'm missing something. Please reopen this issue.

@dyve
Copy link
Author

dyve commented Mar 29, 2012

+1 please reopen

@shakerlxxv
Copy link

I'm using a p tag in the navbar v2.0.2, and while its not rendering quite right, the following small CSS change works for me. The text was never invisible for me, just mis-sized and with incorrect padding. Your mileage will vary.

      ul.nav li p{
        font-size: 12px;
        padding: 10px 0px 11px 10px;
      }

@statico
Copy link

statico commented May 19, 2013

Solution: Use the navbar-text class.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants