From 53823a1f67a35693394e4a1d724917ac5d38c496 Mon Sep 17 00:00:00 2001 From: hanakin Date: Sun, 16 May 2021 10:18:01 -1000 Subject: [PATCH] [ticket/16778] Fix incorrect files in stylesheet PHPBB3-16778 --- phpBB/styles/prosilver/theme/stylesheet.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/styles/prosilver/theme/stylesheet.css b/phpBB/styles/prosilver/theme/stylesheet.css index 94bea37750..5a1ee0c46d 100644 --- a/phpBB/styles/prosilver/theme/stylesheet.css +++ b/phpBB/styles/prosilver/theme/stylesheet.css @@ -15,8 +15,8 @@ @import url("buttons.css?hash=eb16911f"); @import url("links.css?hash=5fec3654"); @import url("content.css?hash=f7bdea58"); -@import url("buttons.css?hash=eb16911f"); @import url("cp.css?hash=73c6f37d"); @import url("forms.css?hash=5e06dbba"); @import url("colours.css?hash=dbf08dba"); @import url("responsive.css?hash=78159a5e"); +@import url("bidi.css?hash=58629a5e");