diff options
Diffstat (limited to 'phpBB/styles/prosilver/template/simple_header.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/simple_header.html | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/simple_header.html b/phpBB/styles/prosilver/template/simple_header.html index c5dfbc2f8f..53c86689e0 100644 --- a/phpBB/styles/prosilver/template/simple_header.html +++ b/phpBB/styles/prosilver/template/simple_header.html @@ -2,6 +2,7 @@  <html dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}">  <head>  <meta charset="utf-8"> +<meta name="viewport" content="width=device-width" />  <meta name="keywords" content="" />  <meta name="description" content="" />  {META} @@ -11,6 +12,7 @@  <!-- IF S_ALLOW_CDN --><link href="//fonts.googleapis.com/css?family=Open+Sans:600&subset=latin,cyrillic-ext,latin-ext,cyrillic,greek-ext,greek,vietnamese" rel="stylesheet" type="text/css" media="screen, projection" /><!-- ENDIF -->  <link href="{T_STYLESHEET_LINK}" rel="stylesheet" type="text/css" media="screen, projection" />  <link href="{T_STYLESHEET_LANG_LINK}" rel="stylesheet" type="text/css" media="screen, projection" /> +<link href="{T_THEME_PATH}/responsive.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet" type="text/css" media="only screen and (max-width: 700px), only screen and (max-device-width: 700px)" />  <!-- IF S_CONTENT_DIRECTION eq 'rtl' -->  	<link href="{T_THEME_PATH}/bidi.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet" type="text/css" media="screen, projection" /> @@ -24,7 +26,7 @@  </head> -<body id="phpbb" class="{S_CONTENT_DIRECTION}"> +<body id="phpbb" class="nojs {S_CONTENT_DIRECTION}">  <div id="simple-wrap">  	<a id="top" accesskey="t"></a>  | 
