mirror of
https://github.com/moparisthebest/moparscape.org-smf
synced 2024-11-21 08:15:09 -05:00
Added 1em margin to the bottom of blockquotes
This commit is contained in:
parent
484748d080
commit
fc57ab3a9a
@ -221,6 +221,7 @@ blockquote.bbc_standard_quote, blockquote.bbc_alternate_quote
|
|||||||
font-size: x-small;
|
font-size: x-small;
|
||||||
line-height: 1.4em;
|
line-height: 1.4em;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
margin-bottom: 1em; /* xxx added this back from RC2 */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Alterate block quote stylings */
|
/* Alterate block quote stylings */
|
||||||
|
@ -304,6 +304,7 @@ blockquote.bbc_standard_quote, blockquote.bbc_alternate_quote
|
|||||||
padding: 1.1em 1.4em;
|
padding: 1.1em 1.4em;
|
||||||
margin: 0.1em 0 0.3em 0;
|
margin: 0.1em 0 0.3em 0;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
margin-bottom: 1em; /* xxx added this back from RC2 */
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Alterate blockquote stylings */
|
/* Alterate blockquote stylings */
|
||||||
|
Loading…
Reference in New Issue
Block a user