From 379236da4e54240833e11a54d35de32dd9174d9a Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sun, 8 Jul 2007 10:14:55 +0000 Subject: [PATCH] removed background under app-header on printing --- phpgwapi/templates/idots/print.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/phpgwapi/templates/idots/print.css b/phpgwapi/templates/idots/print.css index fcf404bf4e..1e781ae45c 100644 --- a/phpgwapi/templates/idots/print.css +++ b/phpgwapi/templates/idots/print.css @@ -19,6 +19,9 @@ border: none; text-align: left; } +#divAppboxHeader { + background: none; +} /* all tables */ table {