1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-31 15:24:31 +03:00

Standardised export views with base layout, Reduced included export styles

Related to #2666
This commit is contained in:
Dan Brown
2021-05-04 23:15:05 +01:00
parent 43b6633183
commit 95798a2eba
6 changed files with 73 additions and 117 deletions

View File

@ -1,16 +1,13 @@
@import "variables";
@import "mixins";
@import "spacing";
@import "html";
@import "text";
@import "layout";
@import "blocks";
@import "tables";
@import "header";
@import "lists";
@import "pages";
html, body {
background-color: #FFF;
}
@ -40,4 +37,25 @@ pre:after {
}
pre code {
white-space: pre-wrap;
}
.page-break {
page-break-after: always;
}
@media screen {
.page-break {
border-top: 1px solid #DDD;
}
}
ul.contents ul li {
list-style: circle;
}
.chapter-hint {
color: #888;
margin-top: 32px;
}
.chapter-hint + h1 {
margin-top: 0;
}