mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-16 23:55:20 +00:00
17 lines
387 B
Plaintext
17 lines
387 B
Plaintext
.PageContainer {
|
|
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;
|
|
}
|
|
}
|