From 8fbb49e4119f90eea22a31723aa6243c1887699c Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Fri, 3 Mar 2006 05:31:25 +0000 Subject: [PATCH] - Changing spacing between nav_title's - Better nav border colour --- printer.css.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/printer.css.php b/printer.css.php index 38a2898..1c9b2e2 100755 --- a/printer.css.php +++ b/printer.css.php @@ -268,7 +268,7 @@ input, textarea, select, option /* Formatting for groups of nav elements */ .nav_group { - border-color: rgb(98, 107, 152); + border-color: rgb(80, 84, 89); border-style: solid; border-width: 0px 2px 1px 2px; } @@ -281,12 +281,13 @@ input, textarea, select, option font-weight: bold; padding: 2px; + margin-top: 4px; background-image: url({$GLOBALS['isso:callback']->webpath}images/thead.gif); background-repeat: repeat-x; background-color: rgb(156, 156, 156); - border-color: rgb(98, 107, 152); + border-color: rgb(80, 84, 89); border-style: solid; border-width: 2px; } @@ -304,7 +305,7 @@ input, textarea, select, option background-color: rgb(204, 204, 204); - border-color: rgb(98, 107, 152); + border-color: rgb(80, 84, 89); border-style: solid; border-width: 0px 0px 1px 0px; } -- 2.22.5