Skip to content
Merged
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
6 changes: 3 additions & 3 deletions static/sass/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand Down Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@
crossorigin="anonymous"
></script>
<script src="{{ STATIC_URL }}js/libs/modernizr.js"></script>
<script async
src="https://donate.python.org/fundraiser-banner/fundraiser-banner.js"></script>


{% stylesheet 'style' %}
{% stylesheet 'mq' %}
Expand Down