mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-26 03:35:17 +00:00
docs: Distinguish documents in sidebar
This commit is contained in:
parent
b97598fa6c
commit
a579abb81b
1 changed files with 1 additions and 2 deletions
|
@ -53,7 +53,6 @@ body {
|
||||||
div.related ul {
|
div.related ul {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0 0 0 10px;
|
padding: 0 0 0 10px;
|
||||||
list-style: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div.related {
|
div.related {
|
||||||
|
@ -581,7 +580,7 @@ div.document {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Reduce margins to save space */
|
/* Reduce margins to save space */
|
||||||
div.sphinxsidebar ul ul, div.sphinxsidebar ul, div.bodywrapper, div.content {
|
div.sphinxsidebar ul ul, div.bodywrapper, div.content {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue