From 1d60d4cf804df5f87b88dad9e93faf8f968e557f Mon Sep 17 00:00:00 2001 From: "Zack M. Davis" Date: Tue, 21 Jul 2026 08:18:35 -0700 Subject: [PATCH] figcaption --- theme/static/css/style.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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; } -- 2.53.0