0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-28 20:52:21 +01: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;