./skin/pukiwiki.css.phpの以下の部分を変更する.
body,td { . . . font-size:100%;
元は90%.
次の部分のコメントアウトを解除する.
$script_directory_index = 'index.php';
./skin/pukiwiki.css.phpの以下の部分を変更する.
.edit_form { clear:both; }
これをたとえば
.edit_form { width:800px; } textarea{width:800px; height:25em; border:1px solid #aa9; font-size:120%;}
のように変更する.