Re: practicality of user styleshseets

On 2010/10/14 14:30 (GMT-0400) Boris Zbarsky composed:

> I'm not sure why he needs find the rule in the stylesheet...

Because

  * {background-image: none !important}

does not override

  .gobbledegook142375-UX {background: url(pointlesstransparentbackground.png)....

I have to identify .gobbledegook142375-UX as needing to be added to the user
stylesheet.

FWIW, my main Gecko profile's chrome dir contains 670kb in user styles.
Without Domi, the considerable effort that went into creating them would
probably have been multiplied several times if possible at all. Compaction
proliferation has compounded the problem, because I must save to disk, append
newlines to each } that doesn't already have one, and then because 7 year old
https://bugzilla.mozilla.org/show_bug.cgi?id=208641 hasn't been fixed, work
with that result outside of the browser and its extensions.
-- 
"The wise are known for their understanding, and pleasant
words are persuasive." Proverbs 16:21 (New Living Translation)

 Team OS/2 ** Reg. Linux User #211409

Felix Miata  ***  http://fm.no-ip.com/

Received on Thursday, 14 October 2010 23:18:46 UTC