* (bug 2609) Fix text justification preference with MonoBook skin.
authorRiver Tarnell <kateturner@users.mediawiki.org>
Fri, 1 Jul 2005 11:05:14 +0000 (11:05 +0000)
committerRiver Tarnell <kateturner@users.mediawiki.org>
Fri, 1 Jul 2005 11:05:14 +0000 (11:05 +0000)
RELEASE-NOTES
includes/Skin.php

index 4685702..21d4b73 100644 (file)
@@ -437,6 +437,7 @@ Various bugfixes, small features, and a few experimental things:
 * (bug 2630) Indicate no-longer-valid cached entries in BrokenRedirects list
 * (bug 2644, 2645) "cur" diff links in page history, watchlist and
   recentchanges should specify current ID explicitly.
+* (bug 2609) Fix text justification preferenced with MonoBook skin.
 
 === Caveats ===
 
index a2f4ad8..140e6ad 100644 (file)
@@ -286,7 +286,7 @@ a.stub:after, #quickbar a.stub:after {
 END;
                }
                if( $wgUser->getOption( 'justify' ) ) {
-                       $s .= "#article { text-align: justify; }\n";
+                       $s .= "#article, #bodyContent { text-align: justify; }\n";
                }
                if( !$wgUser->getOption( 'showtoc' ) ) {
                        $s .= "#toc { display: none; }\n";