-
Bug
-
Resolution: Unresolved
-
Major
-
None
You cannot make three adjacent columns (i.e. left-center-right). This would be useful to visualize a CI flow (unit test - build+deploy - integration test).
The problem seems to be in the CSS handling. Every left-aligned column contains "float:left; clear:left", right-aligned contains "float:right; clear:right" and centered columns "clear:both". Thus three columns always exclude each others.