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