Firebug 1.4.2 does show it different. The color green style is not at
the top:
firebug.css (line 8)
body div div h1 {
color:gold;
}
firebug.css (line 3)
body div h1 {
color:red;
}
firebug.css (line 13)
body[class] h1, body h1 {
color:green;
}
On Aug 29, 12:09 pm, Steven Roussey <[email protected]> wrote:
> 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
-~----------~----~----~----~------~----~------~--~---