HTML docs theme: increase line spacing for synopsis section

This commit is contained in:
Aaron Gyes 2021-12-24 16:01:53 -08:00
parent 77bac22741
commit 6e426cefbd

View file

@ -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;