You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by du...@apache.org on 2013/10/02 01:59:26 UTC

svn commit: r1528276 - /cloudstack/site/trunk/templates/skeleton.html

Author: duffy
Date: Tue Oct  1 23:59:26 2013
New Revision: 1528276

URL: http://svn.apache.org/r1528276
Log:
Adjust viewport to not resize on mobile devices, results in the page becoming very distorted

Modified:
    cloudstack/site/trunk/templates/skeleton.html

Modified: cloudstack/site/trunk/templates/skeleton.html
URL: http://svn.apache.org/viewvc/cloudstack/site/trunk/templates/skeleton.html?rev=1528276&r1=1528275&r2=1528276&view=diff
==============================================================================
--- cloudstack/site/trunk/templates/skeleton.html (original)
+++ cloudstack/site/trunk/templates/skeleton.html Tue Oct  1 23:59:26 2013
@@ -20,7 +20,7 @@
     <meta name="twitter:image:src" content="https://cloudstack.apache.org/images/monkey-144.png">
 
     <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1">
 
     <link href="/css/bootstrap.css" rel="stylesheet" media="screen">
     <link href="/css/font-awesome.css" rel="stylesheet">