aboutsummaryrefslogtreecommitdiffstats
path: root/static/comments.css
blob: b136c15d66d7285feb1bf7ebc0473649a9cfb968 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#comments, form {
    background-color: #808080;
    padding: 5px;
    border: 1px #505050 solid;
    margin-bottom: 15px;
    color: #000000;
}

#comments dd {
    margin-left: 40px;
    margin-bottom: 15px;
}

form label {
    display: block;
}