In Firebug, how to tell what is overriding a style?

后端 未结 5 1351
轻奢々
轻奢々 2021-01-11 10:42

I have this css:

fieldset li {  
padding-bottom: 0em;  
}  

However, it wasn\'t behaving properly, and using firebug, I see that style has

5条回答
  •  独厮守ぢ
    2021-01-11 11:18

    If a CSS rule is overridden although it is the top-most rule of that property, look further down for a rule that has the !important override set.

提交回复
热议问题