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

Default styling for <q> is removed #10755

Closed
acdha opened this issue Sep 22, 2013 · 0 comments
Closed

Default styling for <q> is removed #10755

acdha opened this issue Sep 22, 2013 · 0 comments
Labels
Milestone

Comments

@acdha
Copy link

acdha commented Sep 22, 2013

Currently generated quotes are reset for both <blockquote> and <q>:

bootstrap/less/type.less

Lines 257 to 263 in 88854a8

// Quotes
q:before,
q:after,
blockquote:before,
blockquote:after {
content: "";
}

// Quotes
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

Unfortunately no styling is set for <q>, making the tag effectively invisible. Since the browser default :before { content: open-quote; } :after { content: close-quote; } is adequate, the fix should be as simple as removing the q: selectors.

@mdo mdo closed this as completed in 000b445 Sep 22, 2013
stempler pushed a commit to stempler/bootstrap that referenced this issue Apr 11, 2014
stempler pushed a commit to stempler/bootstrap that referenced this issue Nov 4, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant