Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions python_docs_theme/static/pydoctheme.css
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,10 @@ div.footer a:hover {
color: #0095c4;
}

dl.field-list > dt {
align-self: center;
}

/* C API return value annotations */
:root {
--refcount: var(--good-color);
Expand Down
1 change: 1 addition & 0 deletions python_docs_theme/static/pydoctheme_dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ span.highlighted {
/* Below for most things in text */

dl.field-list > dt {
align-self: center;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that this is redundant, it is inherited anyway. But, as Hugo noted, this is currently broken either way.

background-color: #434;
}

Expand Down
Loading