I'm using the 1.5alpha and don't see anything wrong. You have four
selectors that are shown in order:
firebug.css (line 3)
body[class] h1, body h1 {
color:green;
}
firebug.css (line 13)
body div div h1 {
color:gold;
}
firebug.css (line 8)
body div h1 {
color:red;
}
firebug.css (line 3)
body[class] h1, body h1 {
color:green;
}
Which looks correct. Does Firebug 1.4.2 show it different?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---