From 114ed8bec1857f152f9b932b8383c5c025c44b0a Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Tue, 21 Jul 2020 11:58:53 +0200 Subject: [PATCH] [ticket/16552] Update stylesheet hashes PHPBB3-16552 --- phpBB/styles/prosilver/theme/stylesheet.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/phpBB/styles/prosilver/theme/stylesheet.css b/phpBB/styles/prosilver/theme/stylesheet.css index dd30ee42da..d4ea454e75 100644 --- a/phpBB/styles/prosilver/theme/stylesheet.css +++ b/phpBB/styles/prosilver/theme/stylesheet.css @@ -10,12 +10,12 @@ @import url("normalize.css?hash=48eb3f89"); @import url("base.css?hash=3a7fafb1"); @import url("utilities.css?hash=1034bac8"); -@import url("common.css?hash=009a715d"); +@import url("common.css?hash=70bd1301"); @import url("links.css?hash=da040ebb"); @import url("content.css?hash=d7d65e66"); @import url("buttons.css?hash=15c14833"); @import url("cp.css?hash=5cc9ac0c"); @import url("forms.css?hash=18ee8211"); -@import url("icons.css?hash=ed93c566"); +@import url("icons.css?hash=dbc0f3b9"); @import url("colours.css?hash=3b03ccfa"); @import url("responsive.css?hash=438ff202");