This commit is contained in:
Sanj 2012-01-28 03:16:59 +05:30
parent 4ccfcc9582
commit 4bee3811c3

View File

@ -1,7 +1,8 @@
body { body {
font-family: "Courier New"; font-family: "Courier New";
font-size: 14px; font-size: 14px;
width: 100%; width: 75%;
margin-left: 10px;
} }
.sub { .sub {
@ -10,8 +11,15 @@ body {
} }
.subText { .subText {
overflow: auto;
margin: 0; margin: 0;
font-family: "Courier New"; 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 { .inpoint {