From 92da9801b3977fae5c2193daf862f6e10828c064 Mon Sep 17 00:00:00 2001 From: Tilen Majerle Date: Sat, 28 Dec 2019 14:06:20 +0100 Subject: [PATCH] Update docs --- docs/index.rst | 1 + docs/static/css/common.css | 11 ++++------- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 54e8d78..7f7706a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -52,6 +52,7 @@ Table of contents .. toctree:: :maxdepth: 2 + self get-started/index user-manual/index api-reference/index diff --git a/docs/static/css/common.css b/docs/static/css/common.css index 7fd6b0f..b9f0278 100644 --- a/docs/static/css/common.css +++ b/docs/static/css/common.css @@ -4,11 +4,10 @@ } /* Paragraph with main links on index page */ -.index_links { +.index-links { text-align: center; + margin-top: 10px; } - -/* Index links a */ .index-links a { display: inline-block; border: 1px solid #0E4263; @@ -17,13 +16,11 @@ border-radius: 4px; color: #FFFFFF; } - -.index-links a:hover { +.index-links a:hover, .index-links a:active { background: #0E4263; } -/* Table header p w/0 margin */ -table thead th { +.index-links a table thead th { vertical-align: middle; }