Striked out styles are not errors. It means they are overwritten by another 
style definition.

So when you define:

body {
    color: green;
}

h1 {
    color: black;
}

the color: green; of the body rule will be striked out for <h1> tags, 
because it's overwritten by color: black; of the h1 rule.

Sebastian

-- 
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
https://groups.google.com/forum/#!forum/firebug

Reply via email to