mirror of https://github.com/MISP/misp-book
10 lines
78 B
CSS
10 lines
78 B
CSS
|
.pagebreak
|
||
|
{
|
||
|
page-break-after: always;
|
||
|
}
|
||
|
|
||
|
div
|
||
|
{
|
||
|
page-break-after: always;
|
||
|
}
|