first commit
This commit is contained in:
Binary file not shown.
After Width: | Height: | Size: 99 B |
@ -0,0 +1,13 @@
|
||||
<script>
|
||||
|
||||
// Prevent from DOM clobbering.
|
||||
if ( typeof window.opener._cke_htmlToLoad == 'string' ) {
|
||||
var doc = document;
|
||||
doc.open();
|
||||
doc.write( window.opener._cke_htmlToLoad );
|
||||
doc.close();
|
||||
|
||||
delete window.opener._cke_htmlToLoad;
|
||||
}
|
||||
|
||||
</script>
|
@ -0,0 +1,10 @@
|
||||
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;
|
||||
}
|
Reference in New Issue
Block a user