Skip to content

Commit

Permalink
Replace bespoke and unused banner classes with sticky-banner
Browse files Browse the repository at this point in the history
These banners are now sticky, ensuring that they are visible throughout
the document.
  • Loading branch information
pradyunsg committed Jan 30, 2023
1 parent a287533 commit 9a35740
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class CanonicalDocBanner(PEPBanner):
"See :pep:`1` for how to propose changes."
)

css_classes = ["canonical-doc"]
css_classes = ["sticky-banner"]



Expand All @@ -98,4 +98,4 @@ class CanonicalPyPASpecBanner(PEPBanner):
"for how to propose changes."
)

css_classes = ["canonical-pypa-spec"]
css_classes = ["sticky-banner"]

0 comments on commit 9a35740

Please sign in to comment.