From 8aeb19d6af4b22d847f780a3590d43804e345474 Mon Sep 17 00:00:00 2001 From: Ee Durbin Date: Tue, 2 Dec 2025 10:16:09 -0500 Subject: [PATCH] load fundraiser banner from donate.python.org --- static/sass/style.css | 6 +++--- templates/base.html | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/static/sass/style.css b/static/sass/style.css index 894cd6214..d66c03a58 100644 --- a/static/sass/style.css +++ b/static/sass/style.css @@ -2267,7 +2267,7 @@ table tfoot { /* ! ===== Success Stories landing page ===== */ .featured-success-story { padding: 1.3125em 0; - background: center -230px no-repeat url('../img/success-glow2.png?1726783859') transparent; + background: center -230px no-repeat url('../img/success-glow2.png?1646853871') transparent; /*blockquote*/ } .featured-success-story img { padding: 10px 30px; } @@ -3271,11 +3271,11 @@ span.highlighted { .python .site-headline a:before { width: 290px; height: 82px; - content: url('../img/python-logo_print.png?1726783859'); } + content: url('../img/python-logo_print.png?1646853871'); } .psf .site-headline a:before { width: 334px; height: 82px; - content: url('../img/psf-logo_print.png?1726783859'); } } + content: url('../img/psf-logo_print.png?1646853871'); } } /* * When we want to review the markup for W3 and similar errors, turn some of these on * Uses :not selectors a bunch, so only modern browsers will support them diff --git a/templates/base.html b/templates/base.html index e0b692407..04e0c4036 100644 --- a/templates/base.html +++ b/templates/base.html @@ -31,6 +31,9 @@ crossorigin="anonymous" > + + {% stylesheet 'style' %} {% stylesheet 'mq' %}