[an error occurred while processing this directive]
[an error occurred while processing this directive]

Mozilla Mailnews FAQ

Last updated on November 3, 2004.

How do I style the text in each pane?

Add this script in your userChrome.css (See Editing Config Files):

treechildren {
font-size: 9pt !important;
}

Of course, you can change "9pt" to whatever size you want; as well as add more style scripts.

[an error occurred while processing this directive]