Skip to content
Open
Changes from 1 commit
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
Prev Previous commit
Next Next commit
style: add a little styling to not clip numbers
Signed-off-by: Mike Fiedler <[email protected]>
  • Loading branch information
miketheman committed Aug 24, 2025
commit 23521385a0004927d7473b06e394e3bbf5d34ffc
4 changes: 4 additions & 0 deletions pep_sphinx_extensions/pep_theme/static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,10 @@ dl.footnote > dd {
padding-bottom: 2rem;
font-weight: bold;
}
/* Pagefind search results */
#pep-sidebar ol.pagefind-ui__results {
padding-left: .5rem;
}

.reference.external > strong {
font-weight: normal; /* Fix strong links for :pep: and :rfc: roles */
Expand Down
Loading