I didn't quite like the "Comments" part of the LJ layout.
In particular, I didn't like the two-toned look. So I made the following change:
While I was at it, I also specified a margin for the comments header. It bothered me for a while that the word "Comments" was right against the separator on the left:
In particular, I didn't like the two-toned look. So I made the following change:
.comment-even {
background-color: #000;
border: 1px solid #555;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 5px;
}
While I was at it, I also specified a margin for the comments header. It bothered me for a while that the word "Comments" was right against the separator on the left:
.comments-header {
margin-left: 10px;
}
Tags: