Mercurial > epgrec.yaz
changeset 52:f1ca253afc2f
modified: templates/envSetting.html
author | Sushi-k <epgrec@park.mda.or.jp> |
---|---|
date | Tue, 28 Jul 2009 19:34:07 +0900 |
parents | 31f73a50ae33 |
children | 5096001c4995 |
files | templates/envSetting.html |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/templates/envSetting.html Tue Jul 28 19:25:54 2009 +0900 +++ b/templates/envSetting.html Tue Jul 28 19:34:07 2009 +0900 @@ -166,7 +166,7 @@ <h3>1時間あたりの長さ</h3> <div class="setting"> -<div class="caption">番組表の1時間あたりの長さをピクセル数で設定します。標準は120ピクセルです。</div> +<div class="caption">番組表の1時間あたりの長さをピクセル数で設定します。標準は120ピクセルです。なお、60で割り切れないピクセル数を指定するとFirefoxを除くブラウザでは番組の高さが揃わなくなり見た目が悪くなるかもしれません。これはFirefox以外のブラウザでは実数のピクセルを正しくレンダリングしないためです。</div> <input type="text" id="height_per_hour" name="height_per_hour" value="{$settings->height_per_hour}" size="4" class="required digits" min="30" /> </div>