From dc6535aa7ea683c304b2a7ef6dc9e4eb316781f8 Mon Sep 17 00:00:00 2001 From: MDLeom <2809763-curben@users.noreply.gitlab.com> Date: Sun, 24 May 2020 06:57:44 +0100 Subject: [PATCH] fix(css): add margin to figcaption and copy-button --- themes/chameleon/source/css/chameleon.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/themes/chameleon/source/css/chameleon.css b/themes/chameleon/source/css/chameleon.css index f346b84..f8afe9c 100644 --- a/themes/chameleon/source/css/chameleon.css +++ b/themes/chameleon/source/css/chameleon.css @@ -132,6 +132,14 @@ small { color: #888; } +figcaption { + margin-bottom: 0.5em; +} + +pre figcaption a { + float: right; +} + dl, form, hr, @@ -792,6 +800,7 @@ unhide (via JS) if Web Share API is supported */ cursor: pointer; font-size: 0.8em; line-height: 1em; + margin-top: 1em; padding: 5px; user-select: none; }