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