summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-plugin-theme-default/less/Page.less
blob: 3d6e9db645f14ad61d83c41f9c857030d2809e87 (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;
    font-size: @page-font-size;
    .gitbook-markdown(@md-color: @page-color, @md-line-height: @page-line-height);
    overflow: visible;

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