mirror of
https://github.com/Hopiu/ep_page_view.git
synced 2026-03-26 00:40:22 +00:00
15 lines
267 B
CSS
15 lines
267 B
CSS
.pageBreak{
|
|
page-break-after: always;
|
|
-webkit-region-break-inside: avoid;
|
|
border-bottom: 1px dotted #AAA;
|
|
width:100%;
|
|
height:1px;
|
|
}
|
|
|
|
|
|
.pageBreakComputed{
|
|
page-break-after: always;
|
|
-webkit-region-break-inside: avoid;
|
|
border-bottom: 1px dotted #AAA;
|
|
}
|
|
|