words break in pre
This commit is contained in:
parent
9b0cea2d55
commit
b0e6e845b9
1 changed files with 5 additions and 0 deletions
|
@ -13,6 +13,11 @@ a:hover {
|
||||||
|
|
||||||
ul { list-style:none;}
|
ul { list-style:none;}
|
||||||
hr { border:0; border-top:1px dotted #000;}
|
hr { border:0; border-top:1px dotted #000;}
|
||||||
|
|
||||||
|
pre {
|
||||||
|
white-space: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
.logo{float:right;} body { max-width: 800px; left: 50%; position: relative; transform: translate(-50%,0%); }
|
.logo{float:right;} body { max-width: 800px; left: 50%; position: relative; transform: translate(-50%,0%); }
|
||||||
footer {text-align:center; font-size:0.7em; padding-top:30px;}
|
footer {text-align:center; font-size:0.7em; padding-top:30px;}
|
||||||
.copyleft {transform:rotate(180deg); display:inline-block;}
|
.copyleft {transform:rotate(180deg); display:inline-block;}
|
||||||
|
|
Loading…
Reference in a new issue