Skip to content

Commit

Permalink
Update custom.css
Browse files Browse the repository at this point in the history
  • Loading branch information
marcantondahmen committed Jun 16, 2020
1 parent 7632294 commit 393a1ec
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion docs/source/_static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,21 @@ a > .viewcode-link {

.sig-prename.descclassname + .sig-name.descname {
margin-left: -8px;
}
}

dl.class,
dl.method {
margin-block-start: 2em;
margin-block-end: 2em;
}

.field-list.simple dt {
padding-left: 0 !important;
}

.field-list.simple dd,
.field-list.simple dd > p {
margin-top: 0.5em;
margin-bottom: 0.5em;
}

0 comments on commit 393a1ec

Please sign in to comment.