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: FOP: margin-left and margin-right = 0


Norman Walsh <ndw@nwalsh.com> :
> Are you setting $page.margin.inner or $page.margin.outer in your
> customization layer?
>
> I don't see anywhere in the stylesheets where "0" is used for a left
> or right margin.

Looks like there can be either problem on my side and on stylesheets side. I
have diged my customization again and found separated old entry:

<xsl:param name="title.margin.left">0</xsl:param>

I have changed it to:

<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 ?

ABX


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