From: Mark A. Hershberger Date: Thu, 5 Jan 2012 02:24:29 +0000 (+0000) Subject: Fix Bug 33496 - Misleading comment regarding preformatted font in commonElements.css X-Git-Tag: 1.31.0-rc.0~25518 X-Git-Url: http://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=39c21f64f73884a1e1c48967e604a2e0f4b57685 Fix Bug 33496 - Misleading comment regarding preformatted font in commonElements.css Author: Erwin Dokter --- diff --git a/skins/common/commonElements.css b/skins/common/commonElements.css index 7841613ef4..5590bfa115 100644 --- a/skins/common/commonElements.css +++ b/skins/common/commonElements.css @@ -185,10 +185,10 @@ blockquote { }*/ pre, code, tt, kbd, samp { /* - * It's important for this rule to first reference an actual font name, some browsers will render the monospace text - * too small otherwise, namely Firefox, Chrome and Safari + * Some browsers will render the monospace text too small, namely Firefox, Chrome and Safari. + * Specifying any valid, second value will trigger correct behaviour without forcing a different font. */ - font-family: monospace, "Courier New"; + font-family: monospace, Courier; } code { background-color: #f9f9f9;