19 Feb 2008, 00:23
#1
New Zenner
- Join Date:
- Nov 2006
- Posts:
- 44
- Plugin Contributions:
- 0
CSS question - class defined multiple times in default style sheet
My customer wants me to increase the font size and change the color of center column category and sub-category names. Should be easy enough to do...
I'd be grateful if somebody could share some insight as to the css strategy in this particular case, and my best solution for making the change I mentioned above.
<!-- BOF: Display grid of available sub-categories, if any -->...except that I've found .categoryListBoxContents is defined in four separate places in the default stylesheet. My understanding, maybe incorrect, is that that only the last class or id definition will be used.
<div class="categoryListBoxContents" style="width:33%;">...
I'd be grateful if somebody could share some insight as to the css strategy in this particular case, and my best solution for making the change I mentioned above.