As picture below shows, I see lots of Inherited parts from * selector (universal selector):
enter image description here

Is there any inefficiency in the way I wrote the code? Should I do something to prevent such situation or is it normal?

EDIT:
I see the same situation for G+:
enter image description here

有帮助吗?

解决方案

With * you select every element. Then every child inherits some attributes of their parent-tags. This is why you got the very long inheritance list.

Something must be wrong, I don't get this long list. Please try this.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top