List:Commits« Previous MessageNext Message »
From:stefan Date:December 15 2006 7:04pm
Subject:svn commit - mysqldoc@docsrva: r4278 - trunk/proto-doc
View as plain text  
Author: shinz
Date: 2006-12-15 19:04:20 +0100 (Fri, 15 Dec 2006)
New Revision: 4278

Log:
Update <informaltable> template with more strict suggestions for ColWidth ( thanks,
Paul! )

Modified:
   trunk/proto-doc/proto-informaltable.xml


Modified: trunk/proto-doc/proto-informaltable.xml
===================================================================
--- trunk/proto-doc/proto-informaltable.xml	2006-12-15 17:23:40 UTC (rev 4277)
+++ trunk/proto-doc/proto-informaltable.xml	2006-12-15 18:04:20 UTC (rev 4278)
Changed blocks: 1, Lines Added: 4, Lines Deleted: 6; 1058 bytes

@@ -1,12 +1,10 @@
 <!--
   http://docbook.org/tdg/en/html/informaltable.html
   http://docbook.org/tdg/en/html/colspec.html
-  ColWidth specifies the desired width of the relevant column. It can be 
-  either a fixed measure using one of the CALS units (36pt, 10pc, etc.),
-  or a proportional measure. We use the latter almost exclusively.
-  Proportional measures have the form “number*”, meaning this column 
-  should be number times wider than a column with the measure “1*” 
-  (or just “*”). 
+  ColWidth specifies the desired width of the relevant column. It must
+  be a proportional measure. Proportional measures have the form 
+  <number>*, meaning this column should be <number> times wider than a 
+  column with the measure “1*". 
 -->
 <informaltable>
   <tgroup cols="2">


Thread
svn commit - mysqldoc@docsrva: r4278 - trunk/proto-docstefan15 Dec