Is there a way to see which particular ad affects the item. Instead of looking at a million properties in the Firebug inspector, where depending on how many classes are assigned, a lot of declarations can be contained that have lower priority and therefore are not applied. It may take a while to find which particular ad actually affects your item. I see long ignored ads:
ul {
green color;
}
The "calculated style" will show you the end result of all hierarchies, but not where this style comes from. Maybe I missed something simple. Thank you very much!
Jsbin
Edit: I heard that I should be able to expand the attributes in the Computed tag, however I cannot see where this option is available. I see that the font size is 13.333px, but there is no way to see where this comes from.

source share