Skip to content

Commit de2f26f

Browse files
authored
Merge pull request #71 from neo4j/fix-link-style-and-toc-caption
Fix link style and TOC caption
2 parents a3feed3 + d3f9f2a commit de2f26f

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

docs/source/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ This is the documentation for the `neo4j_viz` Python library by Neo4j for creati
1212
.. toctree::
1313
:glob:
1414
:maxdepth: 1
15-
:caption: Contents:
1615

1716
installation.rst
1817
getting-started.rst

docs/source/themes/sphinx_neo4j/static/css/neo4j.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,12 @@ div.code-block-caption:hover > a.headerlink {
195195
padding: 0.25rem 0;
196196
}
197197

198+
/* links */
199+
.doc span {
200+
margin: 0;
201+
padding: 0;
202+
}
203+
198204
/* lists */
199205

200206
body.sphinx .doc ul li{

0 commit comments

Comments
 (0)