Index: trunk/phase3/skins/common/commonElements.css |
— | — | @@ -185,10 +185,10 @@ |
186 | 186 | }*/ |
187 | 187 | pre, code, tt, kbd, samp { |
188 | 188 | /* |
189 | | - * It's important for this rule to first reference an actual font name, some browsers will render the monospace text |
190 | | - * too small otherwise, namely Firefox, Chrome and Safari |
| 189 | + * Some browsers will render the monospace text too small, namely Firefox, Chrome and Safari. |
| 190 | + * Specifying any valid, second value will trigger correct behaviour without forcing a different font. |
191 | 191 | */ |
192 | | - font-family: monospace, "Courier New"; |
| 192 | + font-family: monospace, Courier; |
193 | 193 | } |
194 | 194 | code { |
195 | 195 | background-color: #f9f9f9; |