On Oct 6, 2008, at 3:12 PM, Kim Brooks Wei wrote:

> At http://bc4hkids.com/events/ I have defined h2 and h3 under the
> turqbox div. The two headers are identical in every way except for
> margins. But, they don't render the same. Type in h2 is larger than
> in h3. And, the padding renders differently in each.
>
> Does anyone spot why this may be happening?

#copy h3 {      /*bc4hkids.css (line 218)*/
font-size:1.1em;
...
}

.turqbox h3 {   /*bc4hkids.css (line 456)*/
background:#62A6B9 none repeat scroll 0 0;
color:#FFFFFF;
font-size:1.12em;
...
}

#copy h3 wins over .turqbox h3 as it is more specific (id vs class)

Philippe
---
Philippe Wittenbergh
http://l-c-n.com/





______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to