mirror of
https://github.com/Hopiu/ep_page_view.git
synced 2026-04-05 21:30:58 +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;
|
|
}
|
|
|