Skip to content

Commit

Permalink
Just apply the margins to all .py > dd selectors.
Browse files Browse the repository at this point in the history
  • Loading branch information
EvieePy committed Jan 4, 2025
1 parent cf3062f commit 779682d
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions docs/_static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -568,17 +568,11 @@ main .py-attribute-table-column > ul {
}

/* Fix indent on class/func */
.py.class > dd {
margin: 0 2em;
}

.py.function > dd {
margin: 0 2em!important;
dl.py > dd {
margin: 0.75em 2em;
}

.py.exception > dd {
margin: 0 2em!important;
}

/* Fix code block admonitions */
.codeB {
Expand Down

0 comments on commit 779682d

Please sign in to comment.