From: Mark R. <ma...@la...> - 2020-05-10 12:35:17
|
On 10-05-2020 13:38, Денис Симонов via Firebird-docs wrote: > Descriptions of parameters, for example, Table 17. CREATE SHADOW > Statement Parameters. > The parameter should not be centered. It looks bad. In the current documentation it is also centered. The difference is that in the new HTML version, the table is now rendered at 100% width, instead of minimum necessary, and the columns are the same size instead of 1 vs 3. See https://firebirdsql.org/file/documentation/reference_manuals/fblangref25-en/Firebird_Language_Reference_25EN.pdf and https://firebirdsql.org/file/documentation/reference_manuals/fblangref25-en/html/fblangref25-ddl-shadow.html It looks like the conversion tool did something wrong there, the old table was defined as <colspec colname="colParam" colwidth="*"></colspec> <colspec colname="colDes" colwidth="3*"></colspec> but the tool has made this cols="1,1" instead of "1,3" Mark -- Mark Rotteveel |