Add frame="none" to informaltable to be consistent. This looks better
in HTML and much better in print. Also, add a colwidth attribute that makes the print output look better and has no effect on the HTML output (browsers size the columns there)
This commit is contained in:
parent
2d55fc3dde
commit
0232f3620e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=21396
1 changed files with 4 additions and 1 deletions
|
@ -330,8 +330,11 @@
|
|||
commands are summarized below, followed by more detailed
|
||||
examples of their usage.</para>
|
||||
|
||||
<informaltable>
|
||||
<informaltable frame="none">
|
||||
<tgroup cols="2">
|
||||
<colspec colwidth="1*">
|
||||
<colspec colwidth="2*">
|
||||
|
||||
<thead>
|
||||
<row>
|
||||
<entry>Command</entry>
|
||||
|
|
Loading…
Reference in a new issue