diff options
author | Andreas Gohr <andi@splitbrain.org> | 2006-01-21 20:10:53 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2006-01-21 20:10:53 +0100 |
commit | 474767f47cac6e7fe6c19f5838f5b1e7ded1f9ae (patch) | |
tree | c94ba7a800a80ffd6ed7929b76537a176e16ec56 | |
parent | a16dd68e698185f207e0bd3cf3b3f22619417519 (diff) | |
download | rpg-474767f47cac6e7fe6c19f5838f5b1e7ded1f9ae.tar.gz rpg-474767f47cac6e7fe6c19f5838f5b1e7ded1f9ae.tar.bz2 |
do not print background images #689
darcs-hash:20060121191053-7ad00-8d90d468a9337a36c86004323e6b1f58ade13fa2.gz
-rw-r--r-- | lib/tpl/default/print.css | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |