Making the columns have equal widths by default (improves readability and look).
authorHuji <huji@users.mediawiki.org>
Thu, 3 Jan 2008 18:03:05 +0000 (18:03 +0000)
committerHuji <huji@users.mediawiki.org>
Thu, 3 Jan 2008 18:03:05 +0000 (18:03 +0000)
includes/SpecialAllpages.php

index 12cd8b8..8f7c660 100644 (file)
@@ -269,7 +269,7 @@ function showChunk( $namespace = NS_MAIN, $from, $including = false ) {
                        if( $n % 3 == 0 ) {
                                $out .= '<tr>';
                        }
-                       $out .= "<td>$link</td>";
+                       $out .= "<td width=\"33%\">$link</td>";
                        $n++;
                        if( $n % 3 == 0 ) {
                                $out .= '</tr>';