From 34692551f69d6fdc0a547c9fbe5a2ec1dcffdfe8 Mon Sep 17 00:00:00 2001 From: Manuel Cillero Date: Sun, 24 Jul 2022 22:17:17 +0200 Subject: [PATCH] =?UTF-8?q?Corrige=20presentaci=C3=B3n=20de=20elementos=20?= =?UTF-8?q?en=20p=C3=A1gina=20mdBook?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/doc/theme/css/chrome.css | 2 ++ website/doc/theme/css/general.css | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/website/doc/theme/css/chrome.css b/website/doc/theme/css/chrome.css index f33ab4e3..69fbe34d 100644 --- a/website/doc/theme/css/chrome.css +++ b/website/doc/theme/css/chrome.css @@ -210,6 +210,7 @@ #mdbook pre { position: relative; + font-size: 0.875rem; } #mdbook pre > .buttons { position: absolute; @@ -260,6 +261,7 @@ } #mdbook pre > code { padding: 1rem; + font-size: 0.875rem; } /* FIXME: ACE editors overlap their buttons because ACE does absolute diff --git a/website/doc/theme/css/general.css b/website/doc/theme/css/general.css index 000100bb..8ace6312 100644 --- a/website/doc/theme/css/general.css +++ b/website/doc/theme/css/general.css @@ -141,7 +141,9 @@ border-top: .1em solid var(--quote-border); border-bottom: .1em solid var(--quote-border); } - +#mdbook blockquote p { + margin-top: 1rem; +} #mdbook :not(.footnote-definition) + .footnote-definition, #mdbook .footnote-definition + :not(.footnote-definition) {