Closed FND closed 11 years ago
to clarify the specificity issue:
li { line-height: 18px; }
(gag)statuses.css
defines body { line-height: 1.33em; }
Even though the latter is loaded last, the former is considered more specific and thus takes precedence.
I'm going to merge this until somebody complains.
please note the commit message (cf. http://csswizardry.com/2012/11/code-smells-in-css/)