Skip to content

Commit 54bf5d0

Browse files
authored
Merge pull request #2593 from Kodiologist/breadcrumb-style
Edit the CSS for breadcrumb bars in the manual
2 parents 607022e + 9d7291c commit 54bf5d0

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

docs/_static/custom.css

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,21 @@
1-
div.body, div.footer, code, div.code-block-caption,
1+
div.body, div.related, div.footer, code, div.code-block-caption,
22
div.body h1, div.body h2, div.body h3, div.body h4, div.body h5, div.body h6,
33
a.toc-backref
44
{color: black}
55

66
div.body p, div.body dd, div.body li, div.body blockquote
77
{hyphens: manual}
88

9-
a
9+
div.related
10+
{background: none;
11+
text-shadow: none;
12+
line-height: normal;
13+
padding-bottom: .25em;
14+
border-bottom: thin solid black;}
15+
16+
a, div.related a
1017
{color: navy}
11-
a:visited
18+
a:visited, div.related a:visited
1219
{color: purple}
1320

1421
code

0 commit comments

Comments
 (0)