I downloaded a free theme on the net, installed to my blog. Today I open comments.php to edit something I see this line: <li style="margin:0px; padding-top:10px" class="<?php if ($comment->comment_author_email == "noel0208@gmail.com") echo 'author'; else echo $oddcomment; ?> item" id="comment-<?php comment_ID() ?>"> Code (markup): Email: in that line. What does this mean?
This is a way of styling comments. Every comment sent by a person who has this e-mail address gets a special CSS style.