Skip to content

Commit 779682d

Browse files
committed
Just apply the margins to all .py > dd selectors.
1 parent cf3062f commit 779682d

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

docs/_static/custom.css

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -568,17 +568,11 @@ main .py-attribute-table-column > ul {
568568
}
569569

570570
/* Fix indent on class/func */
571-
.py.class > dd {
572-
margin: 0 2em;
573-
}
574571

575-
.py.function > dd {
576-
margin: 0 2em!important;
572+
dl.py > dd {
573+
margin: 0.75em 2em;
577574
}
578575

579-
.py.exception > dd {
580-
margin: 0 2em!important;
581-
}
582576

583577
/* Fix code block admonitions */
584578
.codeB {

0 commit comments

Comments
 (0)