2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03: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
-2
View File
@@ -690,8 +690,6 @@ blockquote.pull-right small:after {
content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
content: "";
+1 -1
View File
File diff suppressed because one or more lines are too long
-2
View File
@@ -255,8 +255,6 @@ blockquote {
}
// Quotes
q:before,
q:after,
blockquote:before,
blockquote:after {
content: "";