line 30
old: behavior: url('css/iehover.htc'); / * Do not remove or modify */
new: behavior: url('css/iehover.htc'); /* Do not remove or modify */
the comment is wrongly coded

Comments

aimutch’s picture

Yup, the extra space throws an error in the W3C CSS Validator. I'll add a patch but it can probably be rolled in with some other patches since it's such a minor error.

jacine’s picture

Status: Active » Closed (fixed)

I had actually planning on removing this because it is throwing errors in IE, without an absolute path, and I don't really think it's necessary anymore, so this no longer applies. I removed and committed this.