diff options
| author | Matt Friedman <maf675@gmail.com> | 2013-10-20 14:30:29 -0700 |
|---|---|---|
| committer | Matt Friedman <maf675@gmail.com> | 2013-10-20 14:30:29 -0700 |
| commit | 3c38f4e20a3efc035d5cf6f56ab9901150a10331 (patch) | |
| tree | d18c28388b4c178183685e50a3cbe12b0828cc3c /phpBB/styles/prosilver/template/simple_header.html | |
| parent | cc4219159831b38232064bb63cb6c9a7ff851dc4 (diff) | |
| parent | eda35d15f8b140f878c5e9fb91b0b4e47219a181 (diff) | |
| download | forums-3c38f4e20a3efc035d5cf6f56ab9901150a10331.tar forums-3c38f4e20a3efc035d5cf6f56ab9901150a10331.tar.gz forums-3c38f4e20a3efc035d5cf6f56ab9901150a10331.tar.bz2 forums-3c38f4e20a3efc035d5cf6f56ab9901150a10331.tar.xz forums-3c38f4e20a3efc035d5cf6f56ab9901150a10331.zip | |
[ticket/11936] Merge branch 'develop' into ticket/11936
PHPBB3-11936
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..e922893588 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" 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> |
