mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
pydoctheme.css: bump up line spacing
make this less of an eye-chart.
This commit is contained in:
parent
c5e02206d3
commit
da896cfcd4
1 changed files with 3 additions and 3 deletions
|
@ -123,7 +123,7 @@ div.sphinxsidebarwrapper > ul > li > ul > li {
|
|||
}
|
||||
|
||||
ul li.toctree-l1 {
|
||||
line-height: 150%;
|
||||
line-height: 170%;
|
||||
}
|
||||
|
||||
form.inline-search input,
|
||||
|
@ -144,7 +144,7 @@ div.body {
|
|||
}
|
||||
|
||||
div.body p {
|
||||
line-height: 140%;
|
||||
line-height: 170%;
|
||||
}
|
||||
|
||||
div.body h1, div.body h2, div.body h3, div.body h4, div.body h5, div.body h6 {
|
||||
|
@ -288,7 +288,7 @@ div.footer {
|
|||
}
|
||||
|
||||
#synopsis p {
|
||||
font-size: 12pt;
|
||||
font-size: 12pt;
|
||||
}
|
||||
|
||||
dl.envvar, dl.describe {
|
||||
|
|
Loading…
Reference in a new issue