Jay and Andreas, thanks for your helpful ideas... The article about
indent-inheritance is very interesting, and probably it is indeed a inheritance
problem. But from how I understand the document, indents should be inherited,
not margins... anyways, my workaround for the moment is to reset the margins of
the block within the block-container by assigning them the negative value of the
margin of the container. That works :)

...
<fo:block-container overflow="hidden" height="{$paperheight} div 4 -
2*{$card-margin}" margin="{$card-margin}">
<fo:block text-align="left" margin-left="-{$card-margin}"                      
 margin-right="-{$card-margin}">
...


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to