diff --git a/modules/multi-column.xml b/modules/multi-column.xml index 6b624cd..a82c7e3 100755 --- a/modules/multi-column.xml +++ b/modules/multi-column.xml @@ -15,6 +15,8 @@ @align: Overall alignment of the columns (only relevant if the total width of the columns is less than the page width). [LEFT, center, right] @width: Total width of the column set, expressed as a fraction of the usable page width between 0 and 1 (this will be multiplied by 100 for HTML). Individual column widths are then expressed as a fraction of this total width. [default is 1] + + TODO: The default column width goes awry when the total width is less than 1.0. It works OK if you explicitly specify individual column widths. -->