From: Zack M. Davis Date: Tue, 21 Jul 2026 15:18:35 +0000 (-0700) Subject: figcaption X-Git-Url: https://zackmdavis.net/blog/source?a=commitdiff_plain;h=1d60d4cf804df5f87b88dad9e93faf8f968e557f;p=An_Algorithmic_Lucidity.git figcaption --- diff --git a/theme/static/css/style.css b/theme/static/css/style.css index 7a5c48c..f19f49b 100644 --- a/theme/static/css/style.css +++ b/theme/static/css/style.css @@ -192,6 +192,22 @@ header h1 a:hover { margin: 0 auto 1em; } +.post-content figure.alignleft, +.post-content figure.alignright { + margin: 0.3em 1.5em 1em 0; +} + +.post-content figure.alignright { + margin: 0.3em 0 1em 1.5em; +} + +.post-content figcaption { + font-size: 12px; + color: #666; + text-align: center; + margin-top: 0.3em; +} + .post-content .alignnone { margin: 0 0 1em; }