1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

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

This commit is contained in:
Mark Otto 2014-09-26 13:47:26 -07:00
parent 8e25695d09
commit 36fdd29413

View file

@ -294,12 +294,6 @@ blockquote.pull-right {
}
}
// Quotes
blockquote:before,
blockquote:after {
content: "";
}
// Addresses
address {
margin-bottom: @line-height-computed;