Commit 36fdd294 authored by Mark Otto's avatar Mark Otto

Fixes #14682: Remove quotes reset on blockquote elements as it causes rendering bugs

parent 8e25695d
......@@ -294,12 +294,6 @@ blockquote.pull-right {
}
}
// Quotes
blockquote:before,
blockquote:after {
content: "";
}
// Addresses
address {
margin-bottom: @line-height-computed;
......
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