summaryrefslogtreecommitdiff
blob: 39fa5187859f1579e64218b40634192d03e96c6f (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
.navigation_link {
    color: #777;
    font-style: italic;
}

.comment_tab {
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 13px;
    display: table-cell;
    padding: 2px 1em;
    cursor: pointer;
    background: transparent;
}

.active_comment_tab {
    background: transparent;
    border-bottom: 4px solid #54487a;
    color: #54487a;
}


.index_page_icon {
    color: #54487A;
    text-align: center;
}