css
This commit is contained in:
parent
c21e2d0115
commit
7d44c359f6
|
@ -1,7 +1,7 @@
|
||||||
body {
|
body {
|
||||||
font-family: "Courier New";
|
font-family: "Courier New";
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
width: 75%;
|
width: 100%;
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -12,6 +12,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.sub {
|
.sub {
|
||||||
|
width: 80%;
|
||||||
margin-bottom: 12px;
|
margin-bottom: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -20,7 +21,6 @@ body {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
font-family: "Courier New";
|
font-family: "Courier New";
|
||||||
width: 100%;
|
|
||||||
white-space: pre-wrap; /* css-3 */
|
white-space: pre-wrap; /* css-3 */
|
||||||
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
|
white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
|
||||||
white-space: -pre-wrap; /* Opera 4-6 */
|
white-space: -pre-wrap; /* Opera 4-6 */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user