(bug 12972) Add page break rules to the "print" style-sheet
authorHuji <huji@users.mediawiki.org>
Wed, 13 Feb 2008 09:10:36 +0000 (09:10 +0000)
committerHuji <huji@users.mediawiki.org>
Wed, 13 Feb 2008 09:10:36 +0000 (09:10 +0000)
RELEASE-NOTES
includes/DefaultSettings.php
skins/common/commonPrint.css

index 99025bc..7e0a046 100644 (file)
@@ -392,6 +392,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN
 * (bug 11567) Fix error checking for PEAR::Mail. UserMailer::send() now returns
   true-or-WikiError, which seems to be the calling convention expected by half
   its callers already
+* (bug 12972) Add page break rules to the "print" style-sheet
 
 
 == Parser changes in 1.12 ==
index 1fa5c75..6edcc3a 100644 (file)
@@ -1325,7 +1325,7 @@ $wgCacheEpoch = '20030516000000';
  * to ensure that client-side caches don't keep obsolete copies of global
  * styles.
  */
-$wgStyleVersion = '114';
+$wgStyleVersion = '115';
 
 
 # Server-side caching:
index a7d49e3..734e504 100644 (file)
@@ -132,6 +132,7 @@ ul {
 h1, h2, h3, h4, h5, h6
 {
        font-weight: bold;
+       page-break-before: always;
 }
 
 p, .documentDescription {