article.css
457 Bytes
/*
** Style for Article Related Elements
*/
#article .post_comment_box h4 {
background: #FD8;
}
#article .post_comment_box.closed h4 {
border: 1px solid #f57900;
}
#article .post_comment_box.opened {
border: 1px solid #f57900;
background: #FD8;
}
#article-actions {
top: -18px;
left: 0px;
}
/* * * Comments * * */
.article-comment {
border: 1px solid #FD8;
}
.comment-from-owner {
border: 1px solid #f57900;
background: #FD8;
}