updated nyqy, added syntax, updated tree function

This commit is contained in:
Phuntsok Drak-pa
2019-07-17 14:49:52 +02:00
parent 95251bf04c
commit 35875ad099
12 changed files with 290 additions and 783 deletions

View File

@@ -484,6 +484,11 @@ table tr:nth-child(2n) td {
background-color: white;
}
.largetable {
display: block;
overflow-x: auto;
}
.figure p {
color: #000;
font: italic 85%/1 arial, sans-serif;
@@ -1442,3 +1447,12 @@ pre.src:before {
.figure {
padding: 0;
}
.vertical {
writing-mode: vertical-rl;
text-align: right;
}
th.org-center {
vertical-align: bottom;
}