summaryrefslogtreecommitdiff
path: root/static/media/css/custom.css
blob: 6159125bd8c8eef59aab3275963198b87620c0ce (plain)
1
2
3
4
5
6
7
8
9
10
body #comments {
    background-color: white;
    clear: both;
    float: left;
    overflow: hidden;
    padding: 15px 20px;
    width: 610px; }

a[href^="https:"] {
    text-decoration: underline; }