For some of my elements, Firebug is not reading the rules from my stylesheet. If I right-click in the style pane of firebug and create a new rule, then the rule from my external stylesheet will populate.
I am using the latest version of firebug for firebox. This only started happening on a new project today. I'm using <!DOCTYPE html> and
<html dir="ltr" lang="en-US">
<meta charset="UTF-8" />
Firebug is very responsive to any other website but this one for some reason. It's just an html file with an external css. I cleaned up my css to make sure that all the rules are cascading the way it appears on my page but that isn't really helping either.