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

Fix styling of .brand in topbar #324

Closed
nikku opened this issue Sep 28, 2011 · 2 comments
Closed

Fix styling of .brand in topbar #324

nikku opened this issue Sep 28, 2011 · 2 comments
Milestone

Comments

@nikku
Copy link

nikku commented Sep 28, 2011

Somehow the styling of .brand in topbar is incorrect.
The sample on the documentation page implies the usage of .brand on an anchor field:

<a class="brand" href="#">Bootstrap</a>

This however, breaks with the :hover styling for brand defined in patterns.less

.topbar {
  ...

  // Hover and active states
  .brand a:hover,
  ul .active > a {
     ...
  }

.brand a:hover should probably be changed to .brand:hover (which fixes the issue).

@mdo
Copy link
Member

mdo commented Sep 29, 2011

Ah, yes. Good catch—I started with .brand as a wrapper and said fuck that later on.

Thanks!

@mdo
Copy link
Member

mdo commented Oct 8, 2011

Fixed in dev branch.

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

2 participants