summaryrefslogtreecommitdiffstats
path: root/assets/css/style.css
blob: fe72819da0772ac7daeab44bb3e2f0929917ebbd (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
dd {
    margin-bottom: 6px;
}

.version {
    max-width: 8em;
    word-wrap: break-word;
}

.authors {
    max-width: 12em;
}

.modified {
    max-width: 8em;
    min-width: 8em;
}

table.sortable thead {
    cursor: pointer;
}

table.sortable thead th:hover {
    opacity: 0.8;
}