A typo in zen.css line 396 makes the new comment class not working.

This one
.comment-new /* A new comment since the user last viewed the page. */

should be repalced with this:
.comment.new /* A new comment since the user last viewed the page. */

Comments

zolikonta’s picture

No one noticed this issue?

johnalbin’s picture

Component: CSS/HTML Markup » layout.css
Status: Active » Closed (duplicate)

This was fixed long ago.