"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes: > Yes, I read through that already...but the tabber widget has the CSS > file hardcoded...so unless I modify the widget to take in the CSS > file, or modify the CSS file itself, there doesn't seem to be a way to > extend the styling.
I didn't get it. CSS is "Cascaded Style Sheet". You can override the default. Just create a new CSS and load it after the one supplied by the widget. You can override just the parts you don't like. The browser will honor the most specific declaration that appears last. -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

