diff options
author | Matt Dew <marcoz@osource.org> | 2012-01-16 16:24:32 -0700 |
---|---|---|
committer | Matt Dew <marcoz@osource.org> | 2012-01-16 16:24:32 -0700 |
commit | aa0f30641769968e0453a7d02f3f8e5955641336 (patch) | |
tree | 792ff6cd392dc2b09d21b6541a3c58c8e2705d77 /specs/appE.xml | |
parent | 70bb9e28d37fff4ead4d0a2c672af77059765fa4 (diff) |
informaltable cleanup
On certain tables, add top and bottom borders to table header
and a bottom border to the table. This matches what those
tables in the old pdfs looked like.
the <?dbfo keep-together='always'> prevents tables from
splitting across pages. Useful for tiny tables.
Converting the colwidth to a floating point, IE, 1* -> 1.0*
cleans up these build errors:
WARNING: table-layout="fixed" and column-width unspecified =>
falling back to proportional-column-width(1)
Signed-off-by: Matt Dew <marcoz@osource.org>
Diffstat (limited to 'specs/appE.xml')
-rw-r--r-- | specs/appE.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/specs/appE.xml b/specs/appE.xml index fca8ca8..574cf15 100644 --- a/specs/appE.xml +++ b/specs/appE.xml @@ -701,7 +701,7 @@ class, and representation type symbolic constants. <colspec colwidth='1.0*' colname='c1'/> <colspec colwidth='1.0*' colname='c2'/> <thead> - <row rowsep='0'> + <row rowsep='1'> <entry>Symbol</entry> <entry>Definition</entry> </row> |