packages feed

doc-review-0.7: static/comments.css

div.toggle { display: inline; }
div.comment {
    border: 1px solid #eef;
    background-color: #eef;
    padding: 0.25em;
    margin-bottom: 0.25em;
    margin-left: 1em;
}
div.comment.mine {
    border: 2px solid #33f;
    background-color: #eef;
}
div.comment.mine .username {
    font-style: bold;
}
div.comment-text {
    white-space: pre-line;
}
form.comment {
    margin-left: 1em;
}
div.username {
    margin-bottom: 0.5em;
}
.mine div.username {
    font-weight: bold;
}
span.comment_error {
    color: red;
}
span.date {
    font-size: smaller;
    color: #999;
}
.comment th {
    text-align: right;
    vertical-align: top;
}