From 4fe98a821507bbc06bcbe9c46f3e48a4da66e73c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Adjemia=20=28Scylla=29?= Date: Thu, 24 Jan 2019 17:40:37 +0100 Subject: [PATCH] Cosmetc change. --- src/source/_static/custom.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/source/_static/custom.css b/src/source/_static/custom.css index 71d59359a..dcb67c1b5 100644 --- a/src/source/_static/custom.css +++ b/src/source/_static/custom.css @@ -14,5 +14,10 @@ div.body { text-decoration: underline; text-decoration-style: double; padding-right: 10px; - padding-top: 20px; + padding-top: 0px; +} + +blockquote { + margin: 0 0 15px 30px; + padding: 0; }