mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-30 16:50:00 +02:00
Fixes #14682: Remove quotes reset on blockquote elements as it causes rendering bugs
This commit is contained in:
@@ -294,12 +294,6 @@ blockquote.pull-right {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Quotes
|
|
||||||
blockquote:before,
|
|
||||||
blockquote:after {
|
|
||||||
content: "";
|
|
||||||
}
|
|
||||||
|
|
||||||
// Addresses
|
// Addresses
|
||||||
address {
|
address {
|
||||||
margin-bottom: @line-height-computed;
|
margin-bottom: @line-height-computed;
|
||||||
|
Reference in New Issue
Block a user