diff --git a/html/page.html b/html/page.html index 4cf1b77..8e49a75 100644 --- a/html/page.html +++ b/html/page.html @@ -270,6 +270,18 @@

+
+
+ + ➜ + +
+

This issue tracker is being migrated to GitHub, and is currently read-only.
+ During the migration it is not possible to create issues, edit them, or add comments.
+ For more information, + see this post about the migration.

+

diff --git a/html/python-logo-small.png b/html/python-logo-small.png new file mode 100644 index 0000000..e6833c7 Binary files /dev/null and b/html/python-logo-small.png differ diff --git a/html/style.css b/html/style.css index e5556e0..dae766f 100644 --- a/html/style.css +++ b/html/style.css @@ -616,6 +616,22 @@ li#menu-shortcuts-help span { cursor: help; } +/* styles for migration-related banners */ + +#migration-notice { + background-color: #e0e0e0; + border: 2px solid red; + margin-bottom: 1em; + display: flex; + align-items: center; + justify-content: center; +} +#migration-images { + display: flex; + align-items: center; + padding-right: 1em; + column-gap: .5em; +} /* styles for printing */ @media print {