Update CLI html docs

This commit is contained in:
Reinhard Pointner 2016-05-20 23:35:17 +08:00
parent 924ff556af
commit 4121c5299e
1 changed files with 1 additions and 1 deletions

View File

@ -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 {