/** * @file * Comment Styling */ #comments { margin: 1em 0; } #comments h2.title { } .comment { } .comment-preview { } .comment.new { } .comment.first { } .comment.last { } .comment.odd { } .comment.even { } .comment-unpublished { } .comment-unpublished div.unpublished { } .comment-by-anonymous { } .comment-by-node-author { } .comment-by-viewer { } .comment h3.title { } .new { color: #c00; } .comment .picture { } .comment .submitted { } .comment .content { } .comment .user-signature { } .comment ul.links { } .indented { } .preview .comment { }