Hmmm, this is interesting. Just after my last post, I tried
div#p-navigation { font-size: 12px; } div#p-contents { font-size: 12px; } div#p-search { font-size: 12px; } div#p-toolbox { font-size: 12px; }
But that had no effect on "search" or "toolbox." Then after getting the last post, I tried
div#p-navigation { font-size: 12px; } div#p-contents { font-size: 12px; } div#p-search { font-size: 12px; } div#p-tools { font-size: 12px; }
That made "search" work, but had no effect on the toolbox. How odd. Do I need to close with a semi-colon or something?
65s.mg@atlas.cz wrote:
Try this: after "div#p-navigation" add this: ", div#p-search, div#p-tools" ... rest of code. -MGrabovsky