mirror of
https://github.com/Hopiu/ep_page_view.git
synced 2026-03-17 04:30:24 +00:00
7 lines
142 B
CSS
7 lines
142 B
CSS
.pageBreak{
|
|
page-break-after: always;
|
|
-webkit-region-break-inside: avoid;
|
|
border-bottom: 1px dotted #AAA;
|
|
width:100%;
|
|
height:1px;
|
|
}
|