Update CLI html docs
This commit is contained in:
parent
924ff556af
commit
4121c5299e
|
@ -103,6 +103,7 @@ table.reference {
|
||||||
|
|
||||||
table.reference > * > * > th, table.reference > * > * > td {
|
table.reference > * > * > th, table.reference > * > * > td {
|
||||||
padding: 5px 20px;
|
padding: 5px 20px;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.reference > * > * > td {
|
table.reference > * > * > td {
|
||||||
|
@ -114,7 +115,6 @@ table.reference.cli > * > * > td:first-child {
|
||||||
font-family: Andale Mono, monospace;
|
font-family: Andale Mono, monospace;
|
||||||
font-size: 10.5pt;
|
font-size: 10.5pt;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
white-space: nowrap;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.page {
|
.page {
|
||||||
|
|
Loading…
Reference in New Issue