Added 1em margin to the bottom of blockquotes

This commit is contained in:
Travis Burtrum 2014-02-09 19:26:03 -06:00
parent 484748d080
commit fc57ab3a9a
2 changed files with 2 additions and 0 deletions

View File

@ -221,6 +221,7 @@ blockquote.bbc_standard_quote, blockquote.bbc_alternate_quote
font-size: x-small;
line-height: 1.4em;
overflow: auto;
margin-bottom: 1em; /* xxx added this back from RC2 */
}
/* Alterate block quote stylings */

View File

@ -304,6 +304,7 @@ blockquote.bbc_standard_quote, blockquote.bbc_alternate_quote
padding: 1.1em 1.4em;
margin: 0.1em 0 0.3em 0;
overflow: auto;
margin-bottom: 1em; /* xxx added this back from RC2 */
}
/* Alterate blockquote stylings */