mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-22 18:21:13 -03:00
HTML docs theme: increase line spacing for synopsis section
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user