improved the help page + added markdown style html formatting processor)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user