Commit 000b445a authored by Mark Otto's avatar Mark Otto

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

parent e148923f
...@@ -690,8 +690,6 @@ blockquote.pull-right small:after { ...@@ -690,8 +690,6 @@ blockquote.pull-right small:after {
content: '\00A0 \2014'; content: '\00A0 \2014';
} }
q:before,
q:after,
blockquote:before, blockquote:before,
blockquote:after { blockquote:after {
content: ""; content: "";
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -255,8 +255,6 @@ blockquote { ...@@ -255,8 +255,6 @@ blockquote {
} }
// Quotes // Quotes
q:before,
q:after,
blockquote:before, blockquote:before,
blockquote:after { blockquote:after {
content: ""; content: "";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment