improved the help page + added markdown style html formatting processor)

This commit is contained in:
2017-09-05 21:45:12 +02:00
parent 6aa4747d3e
commit d2b2b89593
6 changed files with 382 additions and 242 deletions
+24 -4
View File
@@ -22,6 +22,14 @@
}
}
.page-help {
code {
background: rgba(33, 97, 109, 0.31);
border-radius: 1px;
padding: 0 2px;
}
}
.colorprev {
margin-top: dist(-2);
margin-bottom: dist(-2);
@@ -48,10 +56,6 @@
}
.ansiref {
td:nth-child(1) {
font-family: monospace;
}
&.w100 {
width: 100%;
@@ -60,3 +64,19 @@
}
}
}
.nomen {
width: 100%;
code {
white-space: nowrap;
}
td:last-child {
min-width: 15em;
}
}
.tscroll {
overflow-x: auto;
}