From 36fdd29413e002730e9f3f92562c29905afb4573 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 26 Sep 2014 13:47:26 -0700 Subject: [PATCH] Fixes #14682: Remove quotes reset on blockquote elements as it causes rendering bugs --- less/type.less | 6 ------ 1 file changed, 6 deletions(-) diff --git a/less/type.less b/less/type.less index 6ab3c08042..3ec976eefc 100644 --- a/less/type.less +++ b/less/type.less @@ -294,12 +294,6 @@ blockquote.pull-right { } } -// Quotes -blockquote:before, -blockquote:after { - content: ""; -} - // Addresses address { margin-bottom: @line-height-computed; -- 2.47.2