comment.css in Drupal 6
Same filename and directory in other branches
.indented { margin-left: 25px; /* LTR */ } .comment-unpublished { background-color: #fff4f4; } .preview .comment { background-color: #ffffea; }
File
modules/comment/comment.cssView source
-
- .indented {
- margin-left: 25px; /* LTR */
- }
- .comment-unpublished {
- background-color: #fff4f4;
- }
- .preview .comment {
- background-color: #ffffea;
- }