I used the jQuery Theme Roller to create a theme.
When I implement a widget, such as the accordion, I see that the font sizes are out of step with my main content. What's the correct way to deal with this?
The two options I see are:
Modify the jQuery custom.css. The downside of this is that if I regenerate a theme (with the theme roller), I'll overwrite my changes.
Override the jQuery settings with my own style sheet. Can't see any problems with this, except that I would be introducing jQuery's selectors into my own style sheets.
So, what's the best way to go about it?
Also, do you know of any good tutorials / how-to's on the jQuery Theme's? Particularly styling? (I don't seem to have any difficulty getting widgets, etc, to work, but things like changing icons on state changes can be a problem...)