Ben Bucksch wrote:
> Warren Bell wrote:
>
>> That code _should_ chage webpages also? I thought that was a style rule to just
>> change the formatting in mail and news?
>
> Yes, the original rules. This was just for testing.
>
>> My other style rules work in main and news messages.
>
> Ah, that's all I wanted to know.
>
> [Ben looks up source code]
>
> Ah! I changed the class name to "moz-text-html". (Same for all other
> made-up classes BTW.) So, just change ".text-html" to ".moz-text-html"
> and check, if it works.
>
> akk, can you change the doc, please?
It works! Thanks! It's not that important but is there a way to get
rid of bold text also? Right now I'm using:
/* Ignore user-specified style in mail messages. */
.moz-text-html font, .moz-text-html div, .moz-text-html body
{
font-size : small !important;
font-family : courier new !important;
color : inherit !important;
background-color : inherit !important;
background-image : inherit !important;
text-align : inherit !important;
text-indent : inherit !important;
}