From a8a47d6a12ee9fe96030c901d8043cc7f8f30330 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Sat, 5 Mar 2011 22:26:09 +0000 Subject: [PATCH] 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. --- includes/Skin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: