« Operaのネットサーチを利用してIPから所在地を調べる方法
CakePHPver1.2 RC2をインストールする手順 »


Ruby製WikiツールHikiの編集画面の入力ボックスのサイズ変更する方法

Poste by on 8 月 21, 2008

theme/hiki.css内にあるform.update textareaのheightを15emから60em(お好みに変更する)

theme/hiki.css 613行目 変更前


form.update textarea {
display: block;
margin-left: 3em;
margin-bottom: 1em;
width: 80%;
height: 15em;
}

theme/hiki.css 613行目 変更後


form.update textarea {
display: block;
margin-left: 3em;
margin-bottom: 1em;
width: 80%;
height: 60em;
}

カテゴリ:Linux, サーバ管理
タグ:, , , , , , , , , , ,