css
This commit is contained in:
parent
4ccfcc9582
commit
4bee3811c3
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user