diff options
author | Keith Packard <keithp@keithp.com> | 2015-11-01 21:05:20 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2015-11-01 21:18:47 -0800 |
commit | ef2ba847ca53a8ddfcddd4e51a0dd43c45161c85 (patch) | |
tree | fb8a2639648567ab27460c95e7a3f09329ce223e /doc/common.xsl | |
parent | 8642690da76a86736b97026e2a259d8cbad26262 (diff) |
doc: Add product logos to books
This places the product logo on the title verso in pdf form, and above
the TOC in html form.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'doc/common.xsl')
-rw-r--r-- | doc/common.xsl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/common.xsl b/doc/common.xsl index 1bb323c0..94b120af 100644 --- a/doc/common.xsl +++ b/doc/common.xsl @@ -56,12 +56,12 @@ <xsl:param name="html.cellspacing" select="''"/> <xsl:param name="table.borders.with.css" select="1"/> -<xsl:param name="table.cell.border.color" select="'#0080ff'"/> +<xsl:param name="table.cell.border.color" select="'#78079a'"/> <xsl:param name="table.cell.border.style" select="'solid'"/> <xsl:param name="table.cell.border.thickness" select="'1px'"/> <xsl:param name="table.footnote.number.format" select="'a'"/> <xsl:param name="table.footnote.number.symbols" select="''"/> -<xsl:param name="table.frame.border.color" select="'#0080ff'"/> +<xsl:param name="table.frame.border.color" select="'#78079a'"/> <xsl:param name="table.frame.border.style" select="'solid'"/> <xsl:param name="table.frame.border.thickness" select="'1px'"/> <xsl:param name="tablecolumns.extension" select="'1'"/> @@ -73,12 +73,12 @@ </xsl:attribute-set> <xsl:attribute-set name="revhistory.table.properties"> - <xsl:attribute name="border">0.5pt solid #0080ff</xsl:attribute> + <xsl:attribute name="border">0.5pt solid #78079a</xsl:attribute> <xsl:attribute name="width">50%</xsl:attribute> </xsl:attribute-set> <xsl:attribute-set name="revhistory.table.cell.properties"> - <xsl:attribute name="border">0.5pt solid #0080ff</xsl:attribute> + <xsl:attribute name="border">0.5pt solid #78079a</xsl:attribute> <xsl:attribute name="font-size">12pt</xsl:attribute> <xsl:attribute name="padding">2pt</xsl:attribute> </xsl:attribute-set> |