mirror of
https://github.com/Hopiu/ep_page_view.git
synced 2026-05-16 08:33:12 +00:00
7 lines
105 B
CSS
7 lines
105 B
CSS
|
|
.pageBreak{
|
||
|
|
page-break-before: always;
|
||
|
|
border-bottom: 1px dotted #AAA;
|
||
|
|
width:100%;
|
||
|
|
height:1px;
|
||
|
|
}
|