From 4bee3811c37b2051531f7a71ea21d13085dacdd1 Mon Sep 17 00:00:00 2001 From: Sanj Date: Sat, 28 Jan 2012 03:16:59 +0530 Subject: [PATCH] css --- print/css/print.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/print/css/print.css b/print/css/print.css index e6f6753..a5d8053 100644 --- a/print/css/print.css +++ b/print/css/print.css @@ -1,7 +1,8 @@ body { font-family: "Courier New"; font-size: 14px; - width: 100%; + width: 75%; + margin-left: 10px; } .sub { @@ -10,8 +11,15 @@ body { } .subText { + overflow: auto; 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 */ + white-space: -o-pre-wrap; /* Opera 7 */ + word-wrap: break-word; /* Internet Explorer 5.5+ */ } .inpoint {