バイト先の内部の日誌が書きにくいので作ろうと思ったが

user stylesheetで十分だった

textarea {
width : 90% !important;
height : 600px !important;
font-size : 12pt !important;
}


あとtdiaryはローカルにセットアップするのも簡単ですね
rubyだけで動かせて便利
git clone git@github.com:tdiary/tdiary-core.git
cd tdiary-core
bundle install
cp tdiary.conf.beginner tdiary.conf
htpasswd -cd .htpasswd shokai
bundle exec rackup config.ru -p 4000