added .story-page page-break, improved ui document selection

This commit is contained in:
Bachir Soussi Chiadmi
2017-04-29 16:25:51 +02:00
parent 7cb28d4fb3
commit c4c954e4e8
4 changed files with 36 additions and 18 deletions
+10
View File
@@ -96,3 +96,13 @@ p {
/*-webkit-region-break-inside: avoid;*/
/* break-inside: avoid;*/
}
.story-page, .page-break {
/* Apply this class to an element to put it on a new region.
* Hint:
* You can also use an empty <div class="page-break"></div>
* if you want to put manual page breaks without attaching it to an HTML element
*/
// -webkit-region-break-before: always;
break-after: region;
}
+1 -1
View File
@@ -1,6 +1,6 @@
/* the geometry of the page */
$page-width: 210mm;
$page-height: 290mm;
$page-height: 297mm;
/* the size of the crop marks*/
$crop-size: 7mm;