summaryrefslogtreecommitdiffstats
path: root/theme/stylesheets/ebook/glossary.less
blob: 8ed9a1b8214dd556ce270e978c3b2c5967806a10 (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
28
.section.glossary {
    > h1 {
        text-align: center;
    }

    .glossary-entry {
        margin-bottom: 40px;

        h2 {
            a, a:hover {
                color: inherit;
                text-decoration: none;
            }
        }

        .glossary-index {
            list-style: none;
            margin: 0px;
            padding: 0px;

            li {
                display: inline;
                margin: 0px 8px;
                white-space: nowrap;
            }
        }
    }
}