aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2015-10-09 15:51:31 +0200
committerMarc Alexander <admin@m-a-styles.de>2015-10-09 15:51:31 +0200
commitc664bbdf9c13089b1c6247ef303f8ca1fd7e044e (patch)
treee446591dd8a6a6be2efb160ca6e63c7197afcc35 /phpBB/styles/prosilver/template
parent415a9daa6ab5a040b5094260d04dc3cf2fc98409 (diff)
parent4c1f7e1134ae002f54d9030ace62349235899d3a (diff)
downloadforums-c664bbdf9c13089b1c6247ef303f8ca1fd7e044e.tar
forums-c664bbdf9c13089b1c6247ef303f8ca1fd7e044e.tar.gz
forums-c664bbdf9c13089b1c6247ef303f8ca1fd7e044e.tar.bz2
forums-c664bbdf9c13089b1c6247ef303f8ca1fd7e044e.tar.xz
forums-c664bbdf9c13089b1c6247ef303f8ca1fd7e044e.zip
Merge pull request #3912 from hanakin/ticket/14175
[ticket/14175] Refactor responsive implementation for easier manipulation
Diffstat (limited to 'phpBB/styles/prosilver/template')
-rw-r--r--phpBB/styles/prosilver/template/overall_header.html1
-rw-r--r--phpBB/styles/prosilver/template/simple_header.html1
2 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html
index ddf461aa9f..823d5e1c12 100644
--- a/phpBB/styles/prosilver/template/overall_header.html
+++ b/phpBB/styles/prosilver/template/overall_header.html
@@ -47,7 +47,6 @@
<link href="{T_FONT_AWESOME_LINK}" rel="stylesheet">
<link href="{T_STYLESHEET_LINK}" rel="stylesheet">
<link href="{T_STYLESHEET_LANG_LINK}" rel="stylesheet">
-<link href="{T_THEME_PATH}/responsive.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet" media="all and (max-width: 700px)" />
<!-- IF S_CONTENT_DIRECTION eq 'rtl' -->
<link href="{T_THEME_PATH}/bidi.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet">
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 @@
<!-- ENDIF -->
<link href="{T_STYLESHEET_LINK}" rel="stylesheet">
<link href="{T_STYLESHEET_LANG_LINK}" rel="stylesheet">
-<link href="{T_THEME_PATH}/responsive.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet" media="all and (max-width: 700px)">
<!-- IF S_CONTENT_DIRECTION eq 'rtl' -->
<link href="{T_THEME_PATH}/bidi.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet">