Index: trunk/phase3/skins/common/commonPrint.css |
— | — | @@ -348,3 +348,15 @@ |
349 | 349 | a.sortheader { |
350 | 350 | margin: 0px 0.3em; |
351 | 351 | } |
| 352 | + |
| 353 | +/* Some pagination options */ |
| 354 | +.wikitable, .thumb, img { |
| 355 | + page-break-inside: avoid; |
| 356 | +} |
| 357 | +h2, h3, h4, h5, h6, h7 { |
| 358 | + page-break-after: avoid; |
| 359 | +} |
| 360 | +p { |
| 361 | + widows: 3; |
| 362 | + orpans: 3; |
| 363 | +} |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -202,6 +202,7 @@ |
203 | 203 | * Add CSS classes (including namespace and pagename) to the enhanced recent |
204 | 204 | changes/watchlist entries |
205 | 205 | * (bug 22463) Add hook 'SkinGetPoweredBy' to make 'powered by' icon customizable |
| 206 | +* Added CSS print pagination to the print stylesheets |
206 | 207 | |
207 | 208 | === Bug fixes in 1.17 === |
208 | 209 | * (bug 17560) Half-broken deletion moved image files to deletion archive |