I have some text displaying in a larger font than what they are supposed to. I used Firebug and it shows that the text is 12px as defined in the element's css. However Web Developer toolkit and CSSViewer both report that the text is 16px which is what is currently displaying.
With all these tools I am unable to quickly determine the source of the 16px font size. It should be 12px.
What's the best way to use these tools (or others) to determine how the 16px cascaded to the text? While I can find out by going through the cascade hierarchy, I was wondering if there's a way to get the info on the spot.