From 152ba8ecea93b9bbcd7ef542844bef7f7a188660 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 23 Dec 2021 21:51:56 +0000 Subject: [PATCH] static/tgal.css: Explicitly centre text in `figcaption'. Don't rely on this being set up in some parent element -- 'cos it won't be. --- static/tgal.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/tgal.css b/static/tgal.css index de367ed..251541f 100644 --- a/static/tgal.css +++ b/static/tgal.css @@ -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; } -- 2.11.0