This commit is contained in:
Sanj 2012-01-31 03:24:19 +05:30
parent c21e2d0115
commit 7d44c359f6

View File

@ -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 */