07/11/15 14:01:12 /pnxChe80
>>630
下のヤツを簡単にいじってみた。
menu_k.php
read_new_k.php
read_res_hist.php
Lib以下
index_print_k.inc.php
read_header_k.inc.php
sb_header_k.inc.php
意外と行間が狭いところがあって拡大できない設定だとつらいので、こんな感じのを入れてみた。
<link media="only screen and (max-device-width:480px)" href="small-device.css" type="text/css" rel="stylesheet" />
<meta name="viewport" content="width=320" content="initial-scale=1.0" />
管理画面はいじってないけど、あんまり必要がない。
それと、適宜<p>タグや<hr>をいれて行間を広げたよ。