From 9ea7e5e7eacbb39d4df3b4228920baeace70e311 Mon Sep 17 00:00:00 2001 From: jeshraghian <40262130+jeshraghian@users.noreply.github.com> Date: Tue, 16 Feb 2021 13:11:41 +1100 Subject: [PATCH] contents spacing fix --- HISTORY.rst | 5 +++++ docs/_static/css/default.css | 8 +++++++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 93ccbb0f..ce12a8ea 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,11 @@ History ======= +0.1.2 (2021-02-11) +^^^^^^^^^^^^^^^^^^^ + +* Alpha-1 release. + 0.0.1 (2021-01-20) ^^^^^^^^^^^^^^^^^^^ diff --git a/docs/_static/css/default.css b/docs/_static/css/default.css index be99b1d0..bf4e6fed 100644 --- a/docs/_static/css/default.css +++ b/docs/_static/css/default.css @@ -9,13 +9,19 @@ a[class='icon icon-home'] { } a[class='reference internal'] { - color: #6B6B6B !important + color: #6B6B6B !important; } a:hover[class='reference internal'] { background-color: #d6d6d6 !important; } +ul ul { + margin-top: -1px !important; + margin-bottom: -1px !important +} + + /* div.version { color: black; font-size: x-large; text-emphasis-color: black;