xref: /plugin/combo/resources/theme/default/components/css/blockquote.css (revision 04fd306c7c155fa133ebb3669986875d65988276)
1.blockquote { font-size: 1.03rem; }
2.blockquote-footer { font-size: 95%; }
3/* p and ul have a default bottom margin via the default browser stylesheet that makes the content not in the middle */
4.blockquote-cs p:last-child { margin-bottom: 0; }
5.blockquote-cs ul:last-child { margin-bottom: 0; }
6/* no margin after a blockquote */
7.blockquote-cs { margin-bottom: 1rem; }
8