From: Antoine Musso Date: Sat, 5 Mar 2011 22:26:09 +0000 (+0000) Subject: Use 'Courier new' for $wgShowDebug HTML output X-Git-Tag: 1.31.0-rc.0~31616 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=a8a47d6a12ee9fe96030c901d8043cc7f8f30330;p=lhc%2Fweb%2Fwiklou.git Use 'Courier new' for $wgShowDebug HTML output 'Courier new' is rendered with a constant size in both monobook and vector skins. monospace is rendered too small under vector with firefox/Linux. Thus, this patch makes the font size consistent. --- diff --git a/includes/Skin.php b/includes/Skin.php index 34c90cf718..89ecc0f1ba 100644 --- a/includes/Skin.php +++ b/includes/Skin.php @@ -827,7 +827,7 @@ abstract class Skin extends Linker { if ( $wgShowDebug ) { $listInternals = $this->formatDebugHTML( $out->mDebugtext ); - return "\n
\nDebug data: