gh-pages: make column wider and don't wrap code blocks

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2020-07-31 01:00:00 +00:00
parent 563bf6d59a
commit 6a9c478a83
3 changed files with 10 additions and 4 deletions

8
docinfo.html Normal file
View File

@@ -0,0 +1,8 @@
<style>
pre{ white-space:pre }
#header,#content,#footnotes,#footer {
margin-left:40px;
padding-right:60px;
max-width:none;
}
</style>