summaryrefslogtreecommitdiffstats
path: root/theme/stylesheets/website/markup.less
blob: 26e2fdfe37626b93c4da97a4efedb300ef8450cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.book .book-body .page-wrapper .page-inner section {
    display: none;
}

.book .book-body .page-wrapper .page-inner section.normal {
    .markup-content(@content-color, @content-line-height);

    .glossary-term {
        cursor: help;
        text-decoration: underline;
    }
}