aboutsummaryrefslogtreecommitdiffstats
path: root/docs/source/_static/index-style.css
blob: d7c42b3797c466945baf9dc1a6804428a44d86c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* Contents style */

.contents-table {
    font-size: large;
}

.contents-table ul, .contents-table li {
    display: inline;
}

.contents-table td {
    padding: 0em 1em 0em;
}

.contents-table ul {
    list-style-type: none;
    margin: 0em;
    padding-left: 0px;
}