From eadec2bc1228924c985ec0a932e2ac13f6f73b03 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 12 Jan 2020 09:42:51 +0100 Subject: [PATCH] style: add rules for figure captions --- chloro/phyll/static/css/style.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/chloro/phyll/static/css/style.scss b/chloro/phyll/static/css/style.scss index cc3b224..4354edb 100644 --- a/chloro/phyll/static/css/style.scss +++ b/chloro/phyll/static/css/style.scss @@ -111,6 +111,10 @@ main { border: 1px solid gray; padding: 3px; } + .caption { + margin-top: 0; + font-style: italic; + } } div.meta { margin-top: 3em; -- 2.39.2