#124485 by Wesley Tanaka. CSS rules for comments should go in comment.css.

5.x
Neil Drumm 2007-07-24 18:38:58 +00:00
parent ce8a2bcf71
commit 6476aad977
2 changed files with 8 additions and 2 deletions

View File

@ -3,3 +3,9 @@
.indented {
margin-left: 25px;
}
.comment-unpublished {
background-color: #fff4f4;
}
.preview .comment {
background-color: #ffffea;
}

View File

@ -1,9 +1,9 @@
/* $Id$ */
.node-unpublished, .comment-unpublished {
.node-unpublished {
background-color: #fff4f4;
}
.preview .node, .preview .comment {
.preview .node {
background-color: #ffffea;
}
#node-admin-filter ul {