From 79f094cbde28464b8499834caaa555562f8e55f1 Mon Sep 17 00:00:00 2001 From: Griatch Date: Mon, 15 Jun 2020 21:41:46 +0200 Subject: [PATCH] Fix vertical height in css --- docs/source/_static/nature.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/source/_static/nature.css b/docs/source/_static/nature.css index 3de1790789..4ff02c22aa 100644 --- a/docs/source/_static/nature.css +++ b/docs/source/_static/nature.css @@ -29,6 +29,7 @@ div.documentwrapper { div.bodywrapper { margin: 0 0 0 230px; + height: 88vh; } hr { @@ -45,6 +46,7 @@ div.body { padding: 0 30px 30px 30px; font-size: 0.9em; margin-top: -9px; + height: 85vh; } div.footer { @@ -195,17 +197,16 @@ div.body h6 { font-size: 100%; } - a.headerlink { - color: #c60f0f; + color: #cfdde8; font-size: 0.8em; padding: 0 4px 0 4px; text-decoration: none; } a.headerlink:hover { - background-color: #c60f0f; - color: white; + /*! background-color: #c60f0f; */ + color: #9bced7; } div.body p, div.body dd, div.body li {