From 921d3222e4ae97c3f5d8bf04b47257620dbc95fd Mon Sep 17 00:00:00 2001 From: Trevor Parscal Date: Mon, 8 Nov 2010 18:20:26 +0000 Subject: [PATCH] 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. --- skins/vector/screen.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1