From 838e115ab159174f759f09d63398e1eed14e4dbe Mon Sep 17 00:00:00 2001 From: Thibaud Colas Date: Mon, 28 Sep 2020 21:10:22 +0100 Subject: [PATCH] Refs #32051 -- Cleaned up CSS and SVG in the 'Congrats' page. - Removed unnecessary vendor prefixes. - Removed unused CSS and SVG code. - Removed invalid CSS. - Removed IE9-only browser reset styles. - Fixed animation on Firefox. --- django/views/templates/default_urlconf.html | 115 +------------------- 1 file changed, 6 insertions(+), 109 deletions(-) diff --git a/django/views/templates/default_urlconf.html b/django/views/templates/default_urlconf.html index 9a84063451..ce7ce8f339 100644 --- a/django/views/templates/default_urlconf.html +++ b/django/views/templates/default_urlconf.html @@ -8,40 +8,24 @@