fixed viewport in mobile admin, thanks Angelo

This commit is contained in:
Massimo Di Pierro
2012-01-12 14:01:47 -06:00
parent 43ee14375b
commit c9f5ab0032
2 changed files with 2 additions and 3 deletions

View File

@@ -1 +1 @@
Version 1.99.4 (2012-01-12 13:58:45) stable
Version 1.99.4 (2012-01-12 14:01:39) stable

View File

@@ -24,8 +24,7 @@
initial-scale = 1.0 retains dimensions instead of zooming out if page height > device height
maximum-scale = 1.0 retains dimensions instead of zooming in if page width < device width
-->
<!--meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;"-->
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0;">
<!-- Place favicon.ico and apple-touch-icon.png in the root of your domain and delete these references -->
<link rel="shortcut icon" href="{{=URL('static','favicon.ico')}}" type="image/x-icon">
<link rel="apple-touch-icon" href="{{=URL('static','favicon.png')}}">