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

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

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

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