From ede2eaaf1b51c885072cad24d5f91b3749ffad34 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 4 Mar 2006 20:16:02 +0000 Subject: [PATCH] Missing a semicolon --- printer.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/printer.css.php b/printer.css.php index 0f1ca3e..18c01a5 100755 --- a/printer.css.php +++ b/printer.css.php @@ -276,7 +276,7 @@ input, textarea, select, option /* Nav title border */ .nav_title { - font-size: 11px + font-size: 11px; font-family: tahoma, verdana, geneva, arial, helvetica, sans-serif; font-weight: bold; -- 2.22.5