From ec9682bb9112e70eb739dcfff1b4b197c737fb31 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 14 Jan 2006 09:23:22 +0000 Subject: [PATCH] #FFFFFF -> rgb(255, 255, 255) --- printer.css.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/printer.css.php b/printer.css.php index 31922ac..c4efa46 100755 --- a/printer.css.php +++ b/printer.css.php @@ -227,7 +227,7 @@ input, textarea, select, option .nav_body a:link, .nav_body a:active, .nav_body a:hover, .nav_body a:visited { - color: #FFFFFF; + color: rgb(255, 255, 255); text-decoration: none; } @@ -275,7 +275,7 @@ input, textarea, select, option .manager_body { background: rgb(0, 0, 0); - color: #FFFFFF; + color: rgb(255, 255, 255); } /* A group of templates */ -- 2.22.5