From 6adfe88211ecbd3f3cbc7128a3f13bedd2e269d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20=C5=9Aliwak?= Date: Thu, 7 Oct 2021 21:20:51 +0200 Subject: [PATCH 1/2] custom.css: Restore braces that disappeared in a rebase --- docs/_static/css/custom.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/_static/css/custom.css b/docs/_static/css/custom.css index 02dea07c8..f738ecb6a 100644 --- a/docs/_static/css/custom.css +++ b/docs/_static/css/custom.css @@ -45,6 +45,7 @@ pre { /* menu section headers */ .wy-menu .caption { color: #65afff !important; +} /* Link to Remix IDE shown next to code snippets */ p.remix-link-container { @@ -82,3 +83,4 @@ a.remix-link:hover { a.remix-link:hover .link-text { display: block; +} From f245f8b473d6a79374a03f7fe748c04e9e1fde68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20=C5=9Aliwak?= Date: Thu, 7 Oct 2021 21:22:12 +0200 Subject: [PATCH 2/2] footer.html: Put credits link in a paragraph to add more spacing --- docs/_templates/footer.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/_templates/footer.html b/docs/_templates/footer.html index 28a09e8b9..59c7d7581 100644 --- a/docs/_templates/footer.html +++ b/docs/_templates/footer.html @@ -1,6 +1,7 @@ {% extends "!footer.html" %} {% block extrafooter %} -
- Credits and attribution. +

+ Credits and attribution. +

{% endblock %}