[Refdb-cvs] CVS: refdb/doc/include manual-fo.xsl,1.1.2.2,1.1.2.3
Status: Beta
Brought to you by:
mhoenicka
From: Markus H. <mho...@us...> - 2006-01-13 22:24:26
|
Update of /cvsroot/refdb/refdb/doc/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28841/include Modified Files: Tag: Release_0_9_5_stable manual-fo.xsl Log Message: use sans serif font for admonition titles Index: manual-fo.xsl =================================================================== RCS file: /cvsroot/refdb/refdb/doc/include/Attic/manual-fo.xsl,v retrieving revision 1.1.2.2 retrieving revision 1.1.2.3 diff -u -U2 -r1.1.2.2 -r1.1.2.3 --- manual-fo.xsl 12 Jan 2006 23:48:46 -0000 1.1.2.2 +++ manual-fo.xsl 13 Jan 2006 22:24:12 -0000 1.1.2.3 @@ -76,4 +76,12 @@ <xsl:param name="graphic.default.extension" select="'svg'"/> + <xsl:attribute-set name="admonition.title.properties"> + <xsl:attribute name="font-family"><xsl:value-of select="$title.fontset"/></xsl:attribute> + <xsl:attribute name="font-size">14pt</xsl:attribute> + <xsl:attribute name="font-weight">bold</xsl:attribute> + <xsl:attribute name="hyphenate">false</xsl:attribute> + <xsl:attribute name="keep-with-next.within-column">always</xsl:attribute> + </xsl:attribute-set> + </xsl:stylesheet> |