Sidebar links should be a little farther apart.
This commit is contained in:
parent
b5178dce9b
commit
4be45098a3
|
|
@ -66,6 +66,10 @@ div.sphinxsidebar ul {
|
||||||
list-style: none;
|
list-style: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.sphinxsidebar li {
|
||||||
|
padding-bottom: 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
div.sphinxsidebar ul ul,
|
div.sphinxsidebar ul ul,
|
||||||
div.sphinxsidebar ul.want-points {
|
div.sphinxsidebar ul.want-points {
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue