From: Jirka Kosek Date: Sat, 28 May 2005 11:54:15 +0000 (+0000) Subject: Previous change (adding text-align="left") caused article titles to be displayed... X-Git-Tag: release/1.79.1~6^2~3457 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8754fb0115a7c77477841abf8c160ca53330c34c;p=docbook-dsssl Previous change (adding text-align="left") caused article titles to be displayed left aligned instead centered. This was backward incompatible change in presentation. Now attribute set is conditional and outputs text-align="center" for titles of standalone articles. Probably in the future more general fix should be done -- either creating separate article.title.properties, or refactoring FO properties settings between titlepage templates and attribute sets. --- diff --git a/xsl/params/component.title.properties.xml b/xsl/params/component.title.properties.xml index 040f2dec4..445188231 100644 --- a/xsl/params/component.title.properties.xml +++ b/xsl/params/component.title.properties.xml @@ -19,7 +19,12 @@ false - left + + + center + left + +