Merge "Fix CreditsAction when user has no real name set but real names enabled"
[lhc/web/wiklou.git] / resources / src / mediawiki.skinning / elements.css
index d204d5d..245fb53 100644 (file)
@@ -206,8 +206,9 @@ samp,
        /*
         * Some browsers will render the monospace text too small, namely Firefox, Chrome and Safari.
         * Specifying any valid, second value will trigger correct behavior without forcing a different font.
+        * See T176636
         */
-       font-family: monospace, 'Courier';
+       font-family: monospace, monospace;
 }
 
 code {