Proper scaling in landscape mode.

There used to be a bug in older iOS version which is now fixed in
iOS6, so we can use a proper landscape mode without zoom.
This commit is contained in:
Matthias Mees
2013-08-17 18:28:24 +02:00
parent edfe606cc3
commit c57a1b4da3
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
<head>
<meta charset="{$CONST.LANG_CHARSET}">
<title>{$CONST.SERENDIPITY_ADMIN_SUITE}</title>
<meta name="viewport" content="width=device-width">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="{serendipity_getFile file='admin/style.css'}">
</head>
<body id="serendipity_admin_page">