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:
parent
8e25695d09
commit
36fdd29413
1 changed files with 0 additions and 6 deletions
|
@ -294,12 +294,6 @@ blockquote.pull-right {
|
|||
}
|
||||
}
|
||||
|
||||
// Quotes
|
||||
blockquote:before,
|
||||
blockquote:after {
|
||||
content: "";
|
||||
}
|
||||
|
||||
// Addresses
|
||||
address {
|
||||
margin-bottom: @line-height-computed;
|
||||
|
|
Loading…
Reference in a new issue