Michael Huebner wrote:
>
> in the attached example domain_test.xml there are two problems.
> (Simply copy the files to the same directory an register
> catalog_domain.xml.)
>
> Problem #1
> The type elements are displayed beside each other.
> They should be displayed above each other.
>
> Problem #2
> When a type element is collapsed, the words of its remaining (generated)
> content are displayed one above another instead beside each other.
> In another, larger example this strange shape of the type element
> sustains even after expanding again.
>
> Did I make an error or has the layout engine a little flaw?
After adding:
---
concepts {
display: block;
}
---
to domain.css, everything seems to work fine (to my knowledge).