From 06ef03f8d657e9e2cfab2c2f5c0db02e39e75d1c Mon Sep 17 00:00:00 2001 From: 3D-I Date: Thu, 21 Oct 2021 23:54:04 +0200 Subject: [PATCH] [ticket/16899] Add SVG and WEBP to ranks, smilies and topic icons Take care of the old crappy IE PHPBB3-16899 --- phpBB/styles/prosilver/theme/content.css | 1 + 1 file changed, 1 insertion(+) diff --git a/phpBB/styles/prosilver/theme/content.css b/phpBB/styles/prosilver/theme/content.css index 265f336ee0..6a92cf2122 100644 --- a/phpBB/styles/prosilver/theme/content.css +++ b/phpBB/styles/prosilver/theme/content.css @@ -738,6 +738,7 @@ fieldset.polls dd div { .profile-rank img { max-width: 160px; image-rendering: crisp-edges; + -ms-interpolation-mode: nearest-neighbor; } /* Post-profile avatars */