Thanks, David.
With your suggestion, found that the correct element is tb, thus:
div#p-navigation { font-size: 12px; } div#p-contents { font-size: 12px; } div#p-search { font-size: 12px; } div#p-tb { font-size: 12px; }
David A. Desrosiers wrote:
On Sat, 2007-12-29 at 17:00 -0500, Steve VanSlyck wrote:
does the trick, but not for the search or the toolbox areas. Any thoughts on those?
- Install Firefox
- Install the Web Developer extension from Chris Pederick
- From the menu: Outline -> Block Level Elements
- From the same menu: Outline Current Element
Then hover over the item you want, note it's class/etc. in the bar and search the stylesheet for that. Edit accordingly. Done.