Index: trunk/phase3/skins/modern/print.css |
— | — | @@ -3,7 +3,8 @@ |
4 | 4 | #p-personal, |
5 | 5 | #jump-to-nav, |
6 | 6 | #footer, |
7 | | -span.editsection |
| 7 | +span.editsection, |
| 8 | +.noprint |
8 | 9 | { |
9 | 10 | display: none; |
10 | 11 | } |
Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -1444,7 +1444,7 @@ |
1445 | 1445 | * to ensure that client-side caches don't keep obsolete copies of global |
1446 | 1446 | * styles. |
1447 | 1447 | */ |
1448 | | -$wgStyleVersion = '190'; |
| 1448 | +$wgStyleVersion = '191'; |
1449 | 1449 | |
1450 | 1450 | |
1451 | 1451 | # Server-side caching: |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -435,6 +435,7 @@ |
436 | 436 | * (bug 11733) Fixed parameter validation in importTextFile.php |
437 | 437 | * (bug 16712) Special:NewFiles updated to use "newer"/"older" paging messages |
438 | 438 | for clarity over "previous/next" |
| 439 | +* (bug 16612) Fixed "noprint" class for Modern skin print style |
439 | 440 | |
440 | 441 | === API changes in 1.14 === |
441 | 442 | |