static/tgal.css: Explicitly centre text in `figcaption'.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 23 Dec 2021 21:51:56 +0000 (21:51 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 25 Dec 2021 16:09:18 +0000 (16:09 +0000)
Don't rely on this being set up in some parent element -- 'cos it won't
be.

static/tgal.css

index de367ed..251541f 100644 (file)
@@ -107,6 +107,7 @@ figure.thumb figcaption {
        display: block;
        width: 228px;
 }
+figcaption { text-align: center; }
 figcaption span.name { font-family: sans-serif; }
 figcaption span.comment { font-style: italic; margin-inline-start: 1em; }