You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
232 B
11 lines
232 B
2 years ago
|
div[style*="page-break-after"] {
|
||
|
background:url( ../images/pagebreak.gif ) no-repeat center center;
|
||
|
clear:both;
|
||
|
width:100%;
|
||
|
border-top:#999 1px dotted;
|
||
|
border-bottom:#999 1px dotted;
|
||
|
padding:0;
|
||
|
height:7px;
|
||
|
cursor:default;
|
||
|
}
|