From fc57ab3a9afcd653b0d6ec376dda7bd0d0180234 Mon Sep 17 00:00:00 2001 From: moparisthebest Date: Sun, 9 Feb 2014 19:26:03 -0600 Subject: [PATCH] Added 1em margin to the bottom of blockquotes --- Themes/core/css/index.css | 1 + Themes/default/css/index.css | 1 + 2 files changed, 2 insertions(+) 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 */