Jeff Adams wrote:

> Holger Metzger wrote:
> 
>> Jeff Adams wrote:
>>
>>
>> Create a plaintext file called userContent.css in your profile folder's
>> "chrome" subfolder and add the following lines:
>>
>> .moz-text-plain pre {
>> font-size: 12pt !important;
>> }
>>
>> where "font-size" can be adjusted to your tastes.
> 
> 
> Cool

Beyond cool, these things (userChrome.css and userContent.css) are 
really, really powerfull. E.g., I'm sick and tired off hunting links 
because html-authors, for whatever reason, doesn't believe in 
underlining links. No problemo, do something like:

A[href] { text-decoration: underline ! important }

and yours pains are gone (the [href] makes the selector pick only <A>'s 
with a href-attribute... otherwise you'll get underlines in some strange 
places (typically headings)

> 
>  >>Is there a way to sort threads without unthreading them.  Everytime I
>  >>hit "date" they go back to seperate messages.
>  >
>  >
>  > Click on the small icon left to "Subject".
> 
> That only works with "date", say I want to sort "subject" instead.

That however, you can't do. You can vote for it below. As far as I can 
see from skimming the comments, the implementation is easy; but deciding 
what should be implemented is hard. If you feel like sticking your neck 
out, you could fix it and attach your patch :o) I, for one, would 
probably apply it --- it might even make it to the trunk :-D

http://bugzilla.mozilla.org/show_bug.cgi?id=72493

regards, Esben


Reply via email to