From 209f3ec71013a68daf45c2f1dd21b4fac24aa0c8 Mon Sep 17 00:00:00 2001 From: Matthias Mees Date: Wed, 15 Jan 2014 22:11:46 +0100 Subject: [PATCH] 2k11: Use proper scaling in landscape mode. This used to be buggy in iOS6 (although 2k11 includes a JS fix for it), but is fixed in iOS7. Since using initial-scale=1 makes the blog far more readable in landscape mode, let's use it now. --- templates/2k11/index.tpl | 2 +- templates/2k11/preview_iframe.tpl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/2k11/index.tpl b/templates/2k11/index.tpl index 0cdfcd03..677a7de8 100644 --- a/templates/2k11/index.tpl +++ b/templates/2k11/index.tpl @@ -8,7 +8,7 @@ {$head_title|@default:$blogTitle}{if $head_subtitle} | {$head_subtitle}{/if} - + {if $template_option.webfonts == 'droid'} {elseif $template_option.webfonts == 'ptsans'} diff --git a/templates/2k11/preview_iframe.tpl b/templates/2k11/preview_iframe.tpl index 19732411..f1a8b169 100644 --- a/templates/2k11/preview_iframe.tpl +++ b/templates/2k11/preview_iframe.tpl @@ -7,7 +7,7 @@ {$CONST.SERENDIPITY_ADMIN_SUITE} - + {if $template_option.webfonts == 'droid'} {elseif $template_option.webfonts == 'ptsans'}