Skip to content

Instantly share code, notes, and snippets.

@blowery
Created October 26, 2011 01:36
Show Gist options
  • Select an option

  • Save blowery/1315142 to your computer and use it in GitHub Desktop.

Select an option

Save blowery/1315142 to your computer and use it in GitHub Desktop.
renaissanceww css hacks
.comment {
padding: 1em;
clear: left;
}
.comment-author-avatar {
float: left;
}
.comment-content {
margin-left: 82px;
}
.comment.depth-1 + .comment.depth-1 {
margin-top: 1em;
}
.comment.depth-2 {
padding-left: 64px;
}
.comment.depth-3 {
padding-left: 128px;
}
.comment.bypostauthor {
border-left: 2px solid #ff0;
}
.comment {
list-style: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment