Show More
@@ -32,6 +32,21 b' pre {' | |||||
32 | margin: 0px; |
|
32 | margin: 0px; | |
33 | font-size: 13px; |
|
33 | font-size: 13px; | |
34 | } |
|
34 | } | |
|
35 | ||||
|
36 | @media print { | |||
|
37 | div.cell { | |||
|
38 | display: block; | |||
|
39 | page-break-inside: avoid; | |||
|
40 | } | |||
|
41 | div.output_wrapper { | |||
|
42 | display: block; | |||
|
43 | page-break-inside: avoid; | |||
|
44 | } | |||
|
45 | div.output { | |||
|
46 | display: block; | |||
|
47 | page-break-inside: avoid; | |||
|
48 | } | |||
|
49 | } | |||
35 | </style> |
|
50 | </style> | |
36 |
|
51 | |||
37 | <!-- Custom stylesheet, it must be in the same directory as the html file --> |
|
52 | <!-- Custom stylesheet, it must be in the same directory as the html file --> |
General Comments 0
You need to be logged in to leave comments.
Login now