Update docs

This commit is contained in:
Tilen Majerle 2019-12-28 14:06:20 +01:00
parent 41b4f59556
commit 92da9801b3
2 changed files with 5 additions and 7 deletions

View File

@ -52,6 +52,7 @@ Table of contents
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
self
get-started/index get-started/index
user-manual/index user-manual/index
api-reference/index api-reference/index

View File

@ -4,11 +4,10 @@
} }
/* Paragraph with main links on index page */ /* Paragraph with main links on index page */
.index_links { .index-links {
text-align: center; text-align: center;
margin-top: 10px;
} }
/* Index links a */
.index-links a { .index-links a {
display: inline-block; display: inline-block;
border: 1px solid #0E4263; border: 1px solid #0E4263;
@ -17,13 +16,11 @@
border-radius: 4px; border-radius: 4px;
color: #FFFFFF; color: #FFFFFF;
} }
.index-links a:hover, .index-links a:active {
.index-links a:hover {
background: #0E4263; background: #0E4263;
} }
/* Table header p w/0 margin */ .index-links a table thead th {
table thead th {
vertical-align: middle; vertical-align: middle;
} }