From a969ced360337b56d6a5f398cfcc35e55d46e9fc Mon Sep 17 00:00:00 2001 From: Brendan Howell Date: Thu, 18 Feb 2021 17:08:15 +0100 Subject: [PATCH] nice up formatting of article figures and captions --- screenless/bureau/publications/article.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/screenless/bureau/publications/article.html b/screenless/bureau/publications/article.html index 4e871cb..b82d3cd 100644 --- a/screenless/bureau/publications/article.html +++ b/screenless/bureau/publications/article.html @@ -28,6 +28,14 @@ img { max-width: 100%; } + figure { + padding-right: 0; + padding-left: 0; + } + figcaption { + size: smaller; + font-style: italic; + } a { text-decoration: none; color: inherit;