Mercurial > hg > cmmr2012-drupal-site
view core/themes/bartik/css/components/captions.css @ 5:12f9dff5fda9 tip
Update to Drupal core 8.7.1
author | Chris Cannam |
---|---|
date | Thu, 09 May 2019 15:34:47 +0100 |
parents | c75dbcec494b |
children |
line wrap: on
line source
/* -------------- Captions -------------- */ .caption { margin-bottom: 1.2em; } .caption > * { padding: 0.5ex; border: 1px solid #ccc; background: #f3f3f3; } .caption > figcaption { padding-top: 0.5ex; text-align: center; border: 1px solid #ccc; border-top: none; font-size: small; } /* Override Bartik's default blockquote and pre styles when captioned. */ .caption-pre > pre, .caption-blockquote > blockquote { margin: 0; } .caption-blockquote > figcaption::before { content: "— "; } .caption-blockquote > figcaption { text-align: left; /* LTR */ } [dir="rtl"] .caption-blockquote > figcaption { text-align: right; }