From: Trevor Parscal Date: Mon, 8 Nov 2010 18:20:26 +0000 (+0000) Subject: Resolves bug #20706 by including kbd and samp elements in the rule which fixes monosp... X-Git-Tag: 1.31.0-rc.0~33983 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=921d3222e4ae97c3f5d8bf04b47257620dbc95fd;p=lhc%2Fweb%2Fwiklou.git Resolves bug #20706 by including kbd and samp elements in the rule which fixes monospace text sizing already being applied to pre, code and tt. --- diff --git a/skins/vector/screen.css b/skins/vector/screen.css index 8d49d69786..2c302fe354 100644 --- a/skins/vector/screen.css +++ b/skins/vector/screen.css @@ -744,7 +744,7 @@ blockquote { font-family: Times, "Times New Roman", serif; font-style: italic; }*/ -pre, code, tt { +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