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