Better size for smartphone

This commit is contained in:
Laurent Destailleur 2010-04-22 19:48:46 +00:00
parent c6a136930e
commit 11a6acce5a

View File

@ -50,8 +50,8 @@ if (! empty($_GET["lang"])) $langs->setDefaultLang($_GET["lang"]); // If languag
$langs->load("main",0,1);
$right=($langs->direction=='rtl'?'left':'right');
$left=($langs->direction=='rtl'?'right':'left');
$fontsize=empty($conf->browser->phone)?'12':'9';
$fontsizesmaller=empty($conf->browser->phone)?'11':'9';
$fontsize=empty($conf->browser->phone)?'12':'10';
$fontsizesmaller=empty($conf->browser->phone)?'11':'10';
?>