- To: chat slug <slug-chat@xxxxxxxxxxx>
- Subject: [chat] [Fwd: Re: Change signature colour]
- From: Ken Foskey <waratah@xxxxxxxxxxx>
- Date: Wed Jul 4 09:11:02 2001
- User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.2) Gecko/20010628
For all those complaining about those long signatures.... Fix your
Mozilla settings.
KenF
Pratik wrote:
> Solved it. I was adding all this to userChrome.css whereas the actual
> file to add it to is userContent.css...It works now..
>
Thanks for the info. I just added this to get ride of those useless
signatures following your code:
.moz-txt-sig, .moz-signature {
display: none !important;
}
.moz-txt-sig > a, .moz-signature > a {
display: none !important;
}
Now I whish that there would be a way to hide spam just the same way XD