From 7d44c359f69deffd83f663e0e5b41bd05b0301c2 Mon Sep 17 00:00:00 2001 From: Sanj Date: Tue, 31 Jan 2012 03:24:19 +0530 Subject: [PATCH] css --- print/css/print.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/print/css/print.css b/print/css/print.css index da841e7..036a28a 100644 --- a/print/css/print.css +++ b/print/css/print.css @@ -1,7 +1,7 @@ body { font-family: "Courier New"; font-size: 14px; - width: 75%; + width: 100%; margin-left: 10px; } @@ -12,6 +12,7 @@ body { } .sub { + width: 80%; margin-bottom: 12px; } @@ -20,7 +21,6 @@ body { overflow: hidden; margin: 0; font-family: "Courier New"; - width: 100%; white-space: pre-wrap; /* css-3 */ white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ white-space: -pre-wrap; /* Opera 4-6 */