Hi,
on a webpage that uses a CSS stylesheet like
body { font-size: 68.7%; }
p { font-size: 1.2em; }
the CSS view in the Firebug pane will display the font-size line with
strikethrough to indicate that it is overriden. The idea is not bad,
except that for relative specifications like "em" (and a few others),
they are inherited/depend on the parent's value than overriding them
wholesome. As such I think the parent attribute should not be
displayed with strikethrough if the units "em", "%", "ex" - possibly
more - are used in the child.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Firebug" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/firebug?hl=en
-~----------~----~----~----~------~----~------~--~---