From 4461a7669a937d0810b3f0d820af509878862b88 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sat, 15 Apr 2006 21:48:11 +0000 Subject: [PATCH] Make tables 100% when they're drawn in the content body --- printer.css.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/printer.css.php b/printer.css.php index 3557da5..0d5d0e6 100755 --- a/printer.css.php +++ b/printer.css.php @@ -312,6 +312,11 @@ input, textarea, select, option vertical-align: top; } +#wrapper #contentbody #mainbody table +{ + width: 100%; +} + /* Menu frame */ #menu { -- 2.22.5