0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-29 21:52:22 +01:00

Fixes #10755: Don't remove quotes around q element by default

This commit is contained in:
Mark Otto 2013-09-22 09:19:37 -05:00
parent e148923f27
commit 000b445a04
3 changed files with 1 additions and 5 deletions

View File

@ -690,8 +690,6 @@ blockquote.pull-right small:after {
content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
content: "";

File diff suppressed because one or more lines are too long

View File

@ -255,8 +255,6 @@ blockquote {
}
// Quotes
q:before,
q:after,
blockquote:before,
blockquote:after {
content: "";