OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: Re: DOCBOOK-APPS: Re: FOP: margin-left and margin-right = 0


Norman Walsh <ndw@nwalsh.com>:
> / ABX <abx@abx.art.pl> was heard to say:
> | <xsl:param name="title.margin.left">0cm</xsl:param>
> |
> | and all mentioned warnings are no more generated. The problem is: when I added
> | unit only for ".left" side why both sides as "margin-left" and "margin-right"
> | were influenced ? Is everything fine in that matter ?
>
> Changing title.margin.left should only effect titles. Did it have
> other effects?

removing "cm" _only_ from above line causes following block in Fo output:
  <fo:block font-family="Arial" margin-left="0" margin-right="0"/>
adding "cm" back to the same line (no other changes) cause this block to be:
  <fo:block font-family="Arial" margin-left="0cm" margin-right="0cm"/>
so as I understand setting for some left side affects right parameter in some
blocks. sorry I'm not experienced enough to track reasons in templates.

ABX


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC