From: Mark Otto Date: Fri, 26 Sep 2014 20:47:26 +0000 (-0700) Subject: Fixes #14682: Remove quotes reset on blockquote elements as it causes rendering bugs X-Git-Tag: v3.3.0~121 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36fdd29413e002730e9f3f92562c29905afb4573;p=thirdparty%2Fbootstrap.git Fixes #14682: Remove quotes reset on blockquote elements as it causes rendering bugs --- 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;