From a0e71d949a931aa8ae86fdd03515683ef15efe10 Mon Sep 17 00:00:00 2001 From: pyg77 Date: Thu, 14 Mar 2013 16:14:37 +0100 Subject: [PATCH] Meilleure impression~ des tableaux longs --- print.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/print.css b/print.css index 0e702e0..dd51d82 100644 --- a/print.css +++ b/print.css @@ -25,6 +25,15 @@ body { display:none; } +div.cadre { + overflow-x: none !important; +} + +{ +table { + page-break-after:always} +} + div.cadre div.information { display:none; }