mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 07:04:29 +00:00
HTML docs theme: increase line spacing for synopsis section
This commit is contained in:
parent
77bac22741
commit
6e426cefbd
1 changed files with 5 additions and 1 deletions
|
@ -212,10 +212,14 @@ tr, code, pre {
|
|||
background-color: inherit;
|
||||
}
|
||||
|
||||
tt, code, pre, dl > dt span ~ em, #synopsis p {
|
||||
tt, code, pre, dl > dt span ~ em, #synopsis p, #synopsis code {
|
||||
font-family: "Source Code Pro", "DejaVu Sans Mono", Menlo, "Ubuntu Mono", Consolas, Monaco, "Lucida Console", monospace, fixed;
|
||||
}
|
||||
|
||||
#synopsis .line {
|
||||
line-height: 150%;
|
||||
}
|
||||
|
||||
pre, div[class*="highlight-"] {
|
||||
/* For some reason sphinx since 3.1.2 sets "clear: both" here, which breaks in interesting ways */
|
||||
clear: unset;
|
||||
|
|
Loading…
Reference in a new issue