From a060e4f186ea99cc83a1aebd540534be1623b2c3 Mon Sep 17 00:00:00 2001 From: hanakin Date: Wed, 19 Aug 2020 21:50:57 -1000 Subject: [PATCH] [ticket/16237] include icon.css only once PHPBB3-16237 --- phpBB/styles/prosilver/theme/stylesheet.css | 1 - 1 file changed, 1 deletion(-) diff --git a/phpBB/styles/prosilver/theme/stylesheet.css b/phpBB/styles/prosilver/theme/stylesheet.css index e6f5888b74..fa168a02bb 100644 --- a/phpBB/styles/prosilver/theme/stylesheet.css +++ b/phpBB/styles/prosilver/theme/stylesheet.css @@ -18,6 +18,5 @@ @import url("buttons.css?hash=f4e39187"); @import url("cp.css?hash=2530357c"); @import url("forms.css?hash=7a849801"); -@import url("icons.css?hash=2fcf49a1"); @import url("colours.css?hash=73de7bbf"); @import url("responsive.css?hash=8b3f0a01");