Thunderbird の本文の行間を広げる
2013-11-05 thunderbird
Windows7の場合。
- 以下ファイルを作る(chromeディレクトリがなければ新規作成)
/Users/[ユーザ名]/AppData/Roaming/Thunderbird/Profiles/[固有文字列]/chrome/userContent.css
- userContent.css に以下を記述する。line-heightで行間調整。
body { line-height:1.5em !important; }
- Thunderbirdを再起動。