]> zackmdavis.net Git - An_Algorithmic_Lucidity.git/commitdiff
figcaption
authorZack M. Davis <code@zackmdavis.net>
Tue, 21 Jul 2026 15:18:35 +0000 (08:18 -0700)
committerZack M. Davis <code@zackmdavis.net>
Tue, 21 Jul 2026 15:24:21 +0000 (08:24 -0700)
theme/static/css/style.css

index 7a5c48cf4a3f19ffdb05d43dade4859e24191d47..f19f49b52437f59a9b7d2721421746eb8f5bf1a5 100644 (file)
@@ -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;
 }