]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixes #14682: Remove quotes reset on blockquote elements as it causes rendering bugs
authorMark Otto <markdotto@gmail.com>
Fri, 26 Sep 2014 20:47:26 +0000 (13:47 -0700)
committerMark Otto <markdotto@gmail.com>
Fri, 26 Sep 2014 20:47:26 +0000 (13:47 -0700)
less/type.less

index 6ab3c080425006291a0df6a84da41542f16b44a7..3ec976eefc0926c6c61ba797362d430fdca3bf06 100644 (file)
@@ -294,12 +294,6 @@ blockquote.pull-right {
   }
 }
 
-// Quotes
-blockquote:before,
-blockquote:after {
-  content: "";
-}
-
 // Addresses
 address {
   margin-bottom: @line-height-computed;