/*
 * $Id:$
 * 
 * A CSS file for handling comments
 */

.comment {
    margin-bottom: 10px;
}

.comment .text {
    border-left: 1px dotted #A4A4A4;
    padding-left: 8px;
}

