From 5dbae1782a550ccb3fea671ac72749ed9a00a98c Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 19 Mar 2006 18:42:19 +0000 Subject: [PATCH] Making the font sizes smaller --- printer.css.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/printer.css.php b/printer.css.php index 89d1d2f..9578335 100755 --- a/printer.css.php +++ b/printer.css.php @@ -168,14 +168,14 @@ td.thead, .thead td, .alt3 body, p, td, tr, ol, ul { font-family: verdana, geneva, arial, helvetica, sans-serif; - font-size: 12px; + font-size: 11px; } /* Small text (used in copyright) */ .smallfont, .copyright, dfn { font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif; - font-size: 11px; + font-size: 9px; } /* Description text */ @@ -223,7 +223,7 @@ a:hover, .tcat a:hover, .thead a:hover, .tfoot a:hover, .alt3 a:hover input, textarea, select, option { font-family: verdana, geneva, arial, helvetica, sans-serif; - font-size: 12px; + font-size: 11px; } /* Input formatting */ -- 2.22.5