I've just come across the usage of "!important" in the stylesheet of Modena.
This is known in css as bad practice. "!important" makes a stylesheet harder to maintain.
You can see this article, there is a section there on when never to use "!important" and when to use it: http://coding.smashingmagazine.com/2010/11/02/the-important-css-declaration-how-and-when-to-use-it/
This is known in css as bad practice. "!important" makes a stylesheet harder to maintain.
You can see this article, there is a section there on when never to use "!important" and when to use it: http://coding.smashingmagazine.com/2010/11/02/the-important-css-declaration-how-and-when-to-use-it/