summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-plugin-theme-default/less/Page.less
blob: bd709dd2cecfb16dccd19842b11af075c17ae98c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.Page {
    position: relative;
    outline: none;
    width: 100%;
    max-width: @page-width;
    margin: 0px auto;
    padding: 20px 15px 40px 15px;

    .gitbook-markdown(@md-color: @page-color, @md-line-height: @page-line-height);
    overflow: visible;

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