Reference »

SSC+ CSS

.commentlist .avatar {
    position: relative;
    left: 0;
    top: 2px;
}
#pjgm-content img {
    width: 12px;
    outline: 1px solid #aaa;
}
.commentlist li.comment {
    padding: 0 0 0 30px;
}
.commentlist > li.comment {
    padding: 0;
}
#left-sidebar {
    width: 20px;
}
.sidebar-toggle {
    width: 100%;
}
#pjgm-content {
    margin: 4px;
}
.hentry {
    padding: 12px 14px;
}
#comments {
    padding: 6px;
}

a.comment-reply-link::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 16px;
    height: 100%;
    background-color: #eee;
}
a.comment-reply-link:hover::before {
    background-color: #ff4b33;
}
.commentlist > li.comment > .commentholder a.comment-reply-link {
    visibility: hidden;
}