This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]