aboutsummaryrefslogtreecommitdiff
path: root/resources/assets/stylesheets/less/comments.less
blob: a336763f670242d8a6185f406367d92757db351d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
section.comments {
    text-align: left;
    border-color: @content-color-40;
    border-top-style: none;
    border-width: 1px;
    background-color: white;
    padding: 5px;

    h1 {
        font-size: 1em;
        font-weight: bold;
        border: none;
        padding: 0;
    }
    article.comment {
        border: 0;
        border-top: 1px solid @light-gray-color-40;
        max-width: 1260px;
        margin: auto;
        margin-bottom: 4px;

        h1 {
            margin-bottom: 0px;
        }

        time {
            float: right;
            font-size: 0.8em;
            color: @light-gray-color-40;
        }
    }
}