diff options
author | Morris Jobke <morris.jobke@gmail.com> | 2013-10-10 04:48:11 -0700 |
---|---|---|
committer | Morris Jobke <morris.jobke@gmail.com> | 2013-10-10 04:48:11 -0700 |
commit | d968843bf629c188d7f3e8a85e565cf78878e02f (patch) | |
tree | 7602725fe3adee31d4542116ab3045a8fc895ffb /core/templates/layout.user.php | |
parent | 666e52a46b971d49eb43024afe87cabf42b6f49b (diff) | |
parent | 94ae66c651978f9c8f981e23993ac5dd4cd84b3c (diff) | |
download | nextcloud-server-d968843bf629c188d7f3e8a85e565cf78878e02f.tar.gz nextcloud-server-d968843bf629c188d7f3e8a85e565cf78878e02f.zip |
Merge pull request #5244 from owncloud/more-css-fixes
More css fixes
Diffstat (limited to 'core/templates/layout.user.php')
-rw-r--r-- | core/templates/layout.user.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php index fcca43624fe..39cc43fc465 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -14,6 +14,7 @@ </title> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> + <meta name="viewport" content="width=device-width; initial-scale=1.0;"> <meta name="apple-itunes-app" content="app-id=543672169"> <link rel="shortcut icon" href="<?php print_unescaped(image_path('', 'favicon.png')); ?>" /> <link rel="apple-touch-icon-precomposed" href="<?php print_unescaped(image_path('', 'favicon-touch.png')); ?>" /> |