From f85ead9e36add56f5cf4180987538ef6f574caae Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 4 Mar 2006 20:15:15 +0000 Subject: [PATCH] We can't specify a size in a font-family... do'h --- printer.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/printer.css.php b/printer.css.php index 1c9b2e2..0f1ca3e 100755 --- a/printer.css.php +++ b/printer.css.php @@ -222,7 +222,7 @@ a:hover, .tcat a:hover, .thead a:hover, .tfoot a:hover, .alt3 a:hover /* Input elements in a form */ input, textarea, select, option { - font-family: 12px verdana, geneva, arial, helvetica, sans-serif; + font-family: verdana, geneva, arial, helvetica, sans-serif; font-size: 12px; } -- 2.22.5