summaryrefslogtreecommitdiff
path: root/assets/css/listing.css
blob: c71b8a7771cf7ad5f9f1a4086a49ff9c0b9866a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* listing block */
.listing {
    border-radius: 4px;
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    color: #333;
    background-color: #fefefe;
}

.listing li {
    list-style-type: square;
    margin-left: 20px;
    margin-bottom: 3px;
}

.listing ul {
    margin-top: 15px;
    margin-bottom: 15px;
}