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:
Murray Stokely 2004-07-08 07:56:43 +00:00
parent 2d55fc3dde
commit 0232f3620e
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=21396

View file

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