diff --git a/Themes/core/css/index.css b/Themes/core/css/index.css index 2982e77..1e4817e 100644 --- a/Themes/core/css/index.css +++ b/Themes/core/css/index.css @@ -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 */ diff --git a/Themes/default/css/index.css b/Themes/default/css/index.css index 56c7b15..602a5d9 100644 --- a/Themes/default/css/index.css +++ b/Themes/default/css/index.css @@ -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 */