Skip to content

Commit 2248bb8

Browse files
committed
Slim down admonitions
1 parent ed1ed8c commit 2248bb8

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/_static/custom.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -579,6 +579,20 @@ main .py-attribute-table-column > ul {
579579
margin-bottom: 2rem;
580580
}
581581

582+
.admonition {
583+
padding-bottom: 0;
584+
}
585+
586+
.admonition-title {
587+
padding: .25rem .5rem;
588+
font-weight: 600;
589+
}
590+
591+
.versionmodified {
592+
padding: .25rem .5rem;
593+
font-weight: 500;
594+
}
595+
582596
/* Fix padding on meth/prop dd */
583597
dl.py > dd {
584598
padding: 0.5rem 0;

0 commit comments

Comments
 (0)