2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03: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
-6
View File
@@ -294,12 +294,6 @@ blockquote.pull-right {
}
}
// Quotes
blockquote:before,
blockquote:after {
content: "";
}
// Addresses
address {
margin-bottom: @line-height-computed;