A rule doesn't appear in the Style tab of Firebug

Hi,

i have this page.

login: maria@mail.com
password: m

You can see two selects in the filter for which i have this rule in gente.css:


td.select label{
	
	margin-left:12px;
	
}

The problem: the rule is applied but doesn’t appear in the Style tab.

Any idea?

Regards

Javi

I see it too. Are you making sure that you are selecting the correct style sheet?

It does for me:

td.select label {
margin-left:12px;
}
gente.css (line 54)

cheers,

gary