From ab3af7984a4a5769632417b8d0ff5058cd8a33d9 Mon Sep 17 00:00:00 2001 From: Michael Miday Date: Fri, 2 Oct 2015 05:09:56 +0200 Subject: [PATCH] [ticket/14175]Include responsive.css same as rest PHPBB3-14175 --- phpBB/styles/prosilver/template/overall_header.html | 1 - phpBB/styles/prosilver/template/simple_header.html | 1 - phpBB/styles/prosilver/theme/stylesheet.css | 1 + 3 files changed, 1 insertion(+), 2 deletions(-) diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index 0fd2fa4c56..823d5e1c12 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -47,7 +47,6 @@ - diff --git a/phpBB/styles/prosilver/template/simple_header.html b/phpBB/styles/prosilver/template/simple_header.html index 2653f9969d..7ff62790b4 100644 --- a/phpBB/styles/prosilver/template/simple_header.html +++ b/phpBB/styles/prosilver/template/simple_header.html @@ -24,7 +24,6 @@ - diff --git a/phpBB/styles/prosilver/theme/stylesheet.css b/phpBB/styles/prosilver/theme/stylesheet.css index 78259ea749..4fe97d144b 100644 --- a/phpBB/styles/prosilver/theme/stylesheet.css +++ b/phpBB/styles/prosilver/theme/stylesheet.css @@ -18,3 +18,4 @@ @import url("forms.css"); @import url("icons.css"); @import url("colours.css"); +@import url("responsive.css");