Edit css rule to allow users to zoom
authorJef van Schendel <mail@jefvanschendel.nl>
Mon, 5 Mar 2012 17:47:31 +0000 (18:47 +0100)
committerJef van Schendel <mail@jefvanschendel.nl>
Mon, 5 Mar 2012 17:47:31 +0000 (18:47 +0100)
mediagoblin/templates/mediagoblin/base.html

index f3ebc3fac6499d462cdf6058c3727159a969f806..7a8107275552717b610bd7104d59ca5d589f40f4 100644 (file)
@@ -19,7 +19,7 @@
 <html>
   <head>
     <meta charset="utf-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <title>{% block title %}{{ app_config['html_title'] }}{% endblock %}</title>
     <link rel="stylesheet" type="text/css"
           href="{{ request.staticdirect('/css/extlib/reset.css') }}"/>