From 474767f47cac6e7fe6c19f5838f5b1e7ded1f9ae Mon Sep 17 00:00:00 2001
From: Andreas Gohr <andi@splitbrain.org>
Date: Sat, 21 Jan 2006 20:10:53 +0100
Subject: [PATCH] do not print background images #689

darcs-hash:20060121191053-7ad00-8d90d468a9337a36c86004323e6b1f58ade13fa2.gz
---
 lib/tpl/default/print.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/tpl/default/print.css b/lib/tpl/default/print.css
index 1de497bc5..f586e5d6b 100644
--- a/lib/tpl/default/print.css
+++ b/lib/tpl/default/print.css
@@ -18,6 +18,7 @@ img {border:0}
 a {
   color:#000000;
   text-decoration:none;
+	background: none !important;
 }
 
 
-- 
GitLab