summaryrefslogtreecommitdiffstats
path: root/theme/stylesheets/website/glossary.less
blob: e360627e53b84edee38e20870a75d9d9e6a4f09a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.book .book-body .page-wrapper .page-inner section.glossary {
    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;
        }
    }
}