--
Larry I. Gusaas
Moose Jaw, Saskatchewan
Website: http://larry-gusaas.com
> Thunderbird Leader Ron K. teletyped, On 9/3/2007 8:27 PM:
>> Thunderbird Leader Larry Gusaas teletyped, On 9/3/2007 6:43 PM:
>>> Is there a way to change line spacing in the message reader,
>>> similar to the the solution Nir posted for changing it in the
>>> message listing pane?
>> That would require a userContent.css file in the chrome folder of
>> the profile you want to alter.
>> P { line-height: 1.0em !important }
>> The base value is 1 em and means 100% of the the fonts designed
>> height. Adjust the value to greater or less than 1 to increase or
>> decrease the "Leading" space between lines of displayed text.
> Upon review, this style could also be placed in the BODY tag where
> it will affect all line height computations within the message.
> Body { line-height: 1.0em !important }
To answer Rick's (the OP) follow-up question, will it also work
in the folder pane?
Ken Whiton
FIDO: 1:132/152
InterNet: kenw...@surfglobal.net.INVAL (remove the obvious to reply)
what is P?
--
Please do not email me for help. Reply to the newsgroup
only. And only click on the Reply button, not the Reply All
or Reply to Author. Thanks!
Peter Potamus & His Magic Flying Balloon:
http://www.toonopedia.com/potamus.htm
gotcha. Atleast you didn't say its the end result of
drinking too much ;-)
Thanks. It works well.